Search Results

Search: Posts Made By: Dave Null
2,844
Posted By Dave Null
I'm not sure why you would want to display...
I'm not sure why you would want to display everything in your screen when the size of the file is in GB.

Perhaps you can add "less" in your command, as it does not read the whole file before...
2,844
Posted By Dave Null
Hi Ankit, can you show here your expected...
Hi Ankit,

can you show here your expected result?

Regards,
Dave Null
2,517
Posted By Dave Null
Archive Unix script to Batch script
Hi All,

I have a requirement to archive processed file and retain the archive based on the quantity.. but this is in windows.

I have written a drafted shell script, and would like to have it...
1,055
Posted By Dave Null
Hi, you may try this... for i in `find . -type...
Hi, you may try this...
for i in `find . -type f `; do dirbase=`dirname ${i}`; fylbase=`basename ${i}`; fylname=${fylbase%.*}; mv ${i} ${dirbase}/${fylname}.txt; done
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 06:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy