Snel/test.sh
Christos Houtouridis 87cc31c3e9 Deliverable version
2019-02-18 18:47:09 +02:00

30 lines
173 B
Bash
Executable File

# example batch file
echo
&&pwd && date
echo
pwd; date
echo
date;;;; pwd
echo
grep hello file1 && date
echo
pw ; date
echo
dat && pwd
echo
ls -a|wc -c