Skip to content
Snippets Groups Projects
Commit cedd34ee authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Beispiele für Unix-Shell-Skripte, 4.4.2022

parent 5698c65b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
/usr/bin/vim -X -c 'set sw=2' -c 'set expandtab' -c 'set ai' -c 'set nowrap' "$@"
clear
shift $(( $# - 1 ))
cat "$1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment