Select Git revision
keycloak.nginx
input-1.txt 468 B
cassini/home/peter/bo/2021ss/bs/20210423> del *wichtig*
unwichtig-1.txt unwichtig-3.txt unwichtig-5.txt unwichtig-7.txt
unwichtig-2.txt unwichtig-4.txt unwichtig-6.txt
Press ENTER to delete, ^C to abort.
cassini/home/peter/bo/2021ss/bs/20210423> which del
/home/peter/usr/bin/del
cassini/home/peter/bo/2021ss/bs/20210423> cat $(which del)
#!/bin/sh
ls "$@"
echo -n "Press ENTER to delete, ^C to abort."
read junk
rm "$@"
cassini/home/peter/bo/2021ss/bs/20210423>