RosettaCodeData/Task/Unix-ls/UNIX-Shell/unix-ls-2.sh

2 lines
31 B
Bash

for f in *; do echo "$f"; done