8 lines
53 B
Bash
8 lines
53 B
Bash
if ls
|
|
then
|
|
if ls
|
|
then
|
|
ls | cat
|
|
pwd ; ls
|
|
fi
|
|
fi
|