Search Results

Search: Posts Made By: Dave Null
2,830
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,830
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,466
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,052
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 08:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy