Search Results

Search: Posts Made By: penchal_boddu
2,559
Posted By penchal_boddu
for this specific case , searching of FIBRE may...
for this specific case , searching of FIBRE may solve the issue.
When searching on assignment for multiple devices , there can be devices mapped to SCSI ports or Mainframe ports . This might work...
3,844
Posted By penchal_boddu
awk '{if ( $6 == "03/09/11" ) {split($7,a,":") ;...
awk '{if ( $6 == "03/09/11" ) {split($7,a,":") ; if ( a[1] > 6 ){print}} else {print} }' filename
8,823
Posted By penchal_boddu
HI, sort filename | uniq -c | awk ' $1 > 1 {...
HI,

sort filename | uniq -c | awk ' $1 > 1 { print $2}'

Thanks
Penchal
Forum: AIX 05-13-2008
243,007
Posted By penchal_boddu
Hi, Try touch command if files present...
Hi,

Try touch command

if files present time stamp is may 10 10:24

Modify ur file, then give the following commandtouch -t 200805101024 filename

Decomposition of 200805101024
2008 year ,...
Showing results 1 to 4 of 4

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