lehrkraefte:blc:informatik:glf24:bash:gitbashcommands

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lehrkraefte:blc:informatik:glf24:bash:gitbashcommands [2025/02/02 10:30] 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'' 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.1738492201.txt.gz
  • Last modified: 2025/02/02 10:30
  • by Ivo Blöchliger