Search Results

Search: Posts Made By: nicolas
15,622
Posted By nicolas
you can use with sh shell sed...
you can use

with sh shell

sed "s/.*\(your word description\).*$/\1/g" yourFile


but me for this job I prefer awk
this command count the presence of "your word"
awk -f 'param.awk' yourFile...
76,505
Posted By nicolas
my UNIX version
my UNIX version AIX 4.3 (not sure) but the shell is sh.
I want to display the time on the timestamp format.
76,505
Posted By nicolas
display the timestamp of a server UNIX
I can't find the command shell UNIX to display the timestamp of the current date.
It's not an option of the commande date.
2,063
Posted By nicolas
Re: No bug
All right it's not a bug, but I disagree, using both could be very interesting specially with Christmas or others special date. Anyway thank you for your help.
2,063
Posted By nicolas
A Bugg In Cron ???
I ask myself about a bugg in cron, just an exemple :

00 12 25 * 1 /my/script

Normally this process is launched at 12h00 on monday the 25th because there is a AND (logic) between each field of...
Showing results 1 to 5 of 5

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