Monday, May 5, 2014

To list the name of the files in a directory using 'AWK" script

To list the name of the files in a directory using script

ls -lt  /opt/AlfDB | awk {'print $9'}

No comments: