linux:ubuntu_loop_over_ls
Ubuntu Loop Over Ls
for i in `ls`; do <desired_command> $i; done
linux/ubuntu_loop_over_ls.txt · Last modified: 19/09/2022 12:28 by Allan
for i in `ls`; do <desired_command> $i; done