lehrkraefte:blc:informatik:glf24:bash:gitbashcommands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
lehrkraefte:blc:informatik:glf24:bash:gitbashcommands [2025/02/02 10:16] – created Ivo Blöchligerlehrkraefte:blc:informatik:glf24:bash:gitbashcommands [2025/02/11 08:30] (current) Ivo Blöchliger
Line 1: Line 1:
 +zippen: ''powershell Compress-Archive temp temp.zip''
 +
 +Folgende Zeilen in ~/.bashrc hinzufügen:
 +<code bash>
 +function zip() {
 +        echo "Running powershell Compress-Archive ${1} $(basename "$1").zip"
 +        powershell Compress-Archive "$1" "$(basename "$1")".zip
 +}
 +</code>
 +
 <code txt> <code txt>
  
  • lehrkraefte/blc/informatik/glf24/bash/gitbashcommands.1738491376.txt.gz
  • Last modified: 2025/02/02 10:16
  • by Ivo Blöchliger