echo *—– list all files in a directory like the ls commandecho */—–list only the subdirectionecho *.[ext]—–list all files in a directory with given extensionecho [command]—–shows what the command would expand to, without running the command
echo * —– list all files in a directory like the ls commandecho */ —–list only the subdirectionecho *.[ext] —–list all files in a directory with given extensionecho [command] —–shows what the command would expand to, without running the command