Search Results

Search: Posts Made By: niks
3,227
Posted By niks
thanks..
this was a very good explanation...
3,227
Posted By niks
Sed command - help me understand
Hello,
can someone please explain me what the following commands do.. i know the output but i would like to understand the break down of what they do step by step.

1) sed -n "/ $(date +\%R -d...
2,274
Posted By niks
ldapswandog/pmm, thanks for the quick...
ldapswandog/pmm,

thanks for the quick responses
2,274
Posted By niks
How to find corresponding header value
I have a pipe delimited file with a new record on each line.
A|B|C|D|E
1|||39|40
2|40|||40
3||10|9|

if i search for '1' i want to print the header and the value for each of record.
example...
4,586
Posted By niks
vgersh99, thanks for your quick response.
vgersh99, thanks for your quick response.
4,586
Posted By niks
I think i got it.. 20 * * * * - means that the...
I think i got it..
20 * * * * - means that the job would be executed at 20th minute every hour.
*/20 * * * * - means that the job would be executed every 20 minutes..

is my understanding...
4,586
Posted By niks
so, is 20 and */20 the same?
so, is 20 and */20 the same?
4,586
Posted By niks
Understanding cron scheduling command
Below are two cron entries. what is the difference beteeen writing 20 and */20? how is "20 * * * *" different from "*/20 * * * *"?

1) 20 * * * * find /tmp/ -name "*.log.*" ! -name "*.gz" -mmin...
1,943
Posted By niks
Thanks for the quick responses..
Thanks for the quick responses..
1,943
Posted By niks
Help with unix command
I have to execute the following comamnd. I could understand what it does but i have a few questions:

find /tmp/ -name "*.log.*" -mtime +7 -exec rm -f '{}' \; >/dev/null 2>&1

1) what does \;...
Showing results 1 to 10 of 10

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