Search Results

Search: Posts Made By: lijojoseph
Forum: AIX 03-27-2008
28,245
Posted By lijojoseph
try this find / -name {file_name}...
try this

find / -name {file_name} 2>/dev/null

hope it helps
Regards
10,868
Posted By lijojoseph
Hello Frank, many thanks for the help. It is...
Hello Frank,

many thanks for the help. It is working perfectly.

Cheers
10,868
Posted By lijojoseph
Frank, thanks a lot it is working perfectly...
Frank,
thanks a lot it is working perfectly with nawk.

here also i have a small problem
if there are leading spaces in 2 consecutive lines then it is not considering the second one..
that is...
10,868
Posted By lijojoseph
Hello Franklin, I tried with the above option...
Hello Franklin,
I tried with the above option it is giving syntax error for second line
error messages are
*******
awk: syntax error near line 1
awk: bailing out near line 1
*******
also i...
12,849
Posted By lijojoseph
If pattern is going to be the same then use this ...
If pattern is going to be the same then use this

echo "CP_STATUS OSSRC_R6_0_Shipment_R1H_CU AOM_901046 R1H_LLSV1_2008031" |cut -d ' ' -f4|cut -d _ -f2
10,868
Posted By lijojoseph
remove leading spaces from a line
Hi friends

I need some help,

I have a file which looks as follows

TEMP 014637065 014637065 517502 517502 RTE
517502 517502 RTE
AWATER_TEST 12325 23563 588323 2323 5656 32385 23235635...
Showing results 1 to 6 of 6

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