11 lines
82 B
Bash
11 lines
82 B
Bash
for i in ls
|
|
do
|
|
for i in echo
|
|
do
|
|
pwd
|
|
done
|
|
for i in cd
|
|
do
|
|
cat
|
|
done
|
|
done
|