I am new to unix scripting, but I am trying to write something which can search a given directory pickup individual files for processing or passed into another script for doing some more work.
Stumbled in the first hurdle, cannot get the file names on its own
was trying ls -l | cut -f7
please help.
Stumbled in the first hurdle, cannot get the file names on its own
was trying ls -l | cut -f7
please help.