Search Results

Search: Posts Made By: msathees
1,482
Posted By msathees
Hi, can you try with $2 instead of $1 in...
Hi,

can you try with $2 instead of $1 in all the print functions-- print ((4086-$2)*2)
2,470
Posted By msathees
try this... grep -vxFf all-countries.txt...
try this...
grep -vxFf all-countries.txt countries-in-db.txt

gives the records from db.txt which are not present in all_countries.txt
1,270
Posted By msathees
Skrynesaver, its working fine .. Thanks:)
Skrynesaver,

its working fine .. Thanks:)
1,270
Posted By msathees
code to list the files of find command
hi birei,

Sorry its not working.throwing error {}; not found
1,270
Posted By msathees
Code to list the files of find command
hi,

i want to list the files from the below find commands output.
find ./* -name "*.txt" -type f -mtime +10
will give the output like
./a.txt

but i need the output in the format like (ls...
7,289
Posted By msathees
find command to filter specific type of files older than certain date.
Hi

I need to find the list of files in a directory and to do some specific operations based on the type of files.

suppose in a directory am having .dat , .log, .err, .rej file types. i need...
3,857
Posted By msathees
working fine....thanks
working fine....thanks
3,857
Posted By msathees
got the expected result....very thanks kamaraj :)
got the expected result....very thanks kamaraj :)
3,857
Posted By msathees
tried with the below codes for getting the...
tried with the below codes for getting the unmatched records... but the issue here is while loop will return unmatched records for every loop ... I need only a single output which it should contain...
3,857
Posted By msathees
Need unix commands to delete records from one file if the same record present in another file...
Need unix commands to delete records from one file if the same record present in another file...



just like join ... if the record present in both files.. delete from first file or...
Showing results 1 to 10 of 10

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