8 lines
130 B
Bash
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
|
|
|