I have a line in my script as below:
ls -l $In_File_Path$In_File_NAME.*.txt >> vendor_file_list.dat
When I run this from the linux command prompt it works and populates the vendor_file_list.dat with file name; but in a script it fails stating no file or directory found.
Can anybody please help?