Search Results

Search: Posts Made By: Bharath Kumar A
Forum: AIX 07-15-2010
20,763
Posted By Bharath Kumar A
And for getting the file sizes in GB format, you...
And for getting the file sizes in GB format, you can use du -g <file-name>
1,718
Posted By Bharath Kumar A
Can you post the exact error that you face
Can you post the exact error that you face
2,074
Posted By Bharath Kumar A
modify the arguments to your move command in this...
modify the arguments to your move command in this way: mv ${IN_DIR}* ${ARCHIVE_DIR}
2,353
Posted By Bharath Kumar A
Probably you can also use the assignment option...
Probably you can also use the assignment option -v of awk for using the shell variable in the awk programming.
3,618
Posted By Bharath Kumar A
you can rewrite the sed command as: sed...
you can rewrite the sed command as: sed '/Watchdog/s/^[#]*//' /tmp/crontab.a.
1,852
Posted By Bharath Kumar A
Try this: tail -1 $1 | grep -q 'END OF FILE'...
Try this:

tail -1 $1 | grep -q 'END OF FILE' || exit 131
11,258
Posted By Bharath Kumar A
Hi, Found there was a similar issue found in...
Hi,

Found there was a similar issue found in this blog: Installing Perl Module on Solaris adiguna’s weblog (http://adiguna.wordpress.com/2007/03/20/installing-perl-module-on-solaris/). On a high...
Showing results 1 to 7 of 7

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