42-archive/42sh/sample/andor.sh
2017-03-27 18:07:24 +02:00

8 lines
130 B
Bash

pwd > file && pwd >> file || ls | cat && ls | cat >> file || ls
cat -e file
sleep 2
echo "My sample :"
echo
cat sample/andor.sh