j
k
j a
j l
Try this:
for i in `ls /path/to/dir`; do # i is set here, only when it contains something.. echo $i; done;
Back to the thread
Back to the list