Search Results

Search: Posts Made By: Aqualung71
2,132
Posted By Aqualung71
Sorry though, just a bad habit of one-lining...
Sorry though, just a bad habit of one-lining...
2,132
Posted By Aqualung71
Given the simple assumption that a marker should...
Given the simple assumption that a marker should be a smaller value in the first column than in the line previus for creation of a new file the following should do in bash:

rm file.*; export...
8,558
Posted By Aqualung71
just delete all uncapitalised characters: ...
just delete all uncapitalised characters:

echo "Eric Cartman" | sed "s/[a-z]//g"
Forum: Solaris 11-14-2011
2,826
Posted By Aqualung71
have a look at your cron jobs. crontab -lWhich...
have a look at your cron jobs.
crontab -lWhich user is owner of the file?

Considering the name of the file, I suppose a kind of backup script with buggy file name creation, maybe missing quotes...
1,047
Posted By Aqualung71
maybe you're missing some quotes... a="`sar 1 5...
maybe you're missing some quotes...
a="`sar 1 5 | grep ^A | awk '{print $5}'`"note the difference between ` (backquote) and " (doublequote).
Showing results 1 to 5 of 5

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