On 06/11/2018 05:40 AM, bruce wrote:
#-- this doesn't quite work.. as it generates the complete "ls... output" but it does display the cmd and the resulting num of the ls files.. (set -x; ls -al /cloud_nfs_parse/austincc*__parse.dat | wc -l )
Bash doesn't have a mode in which it echos a command before expansion and substitution occur, as far as I know. The command you're seeing, with the wildcard expanded, is the command that bash is actually executing.
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx/message/NM3QCJTLITZTSFRU7TJT57XUF4ZE4735/