Search Results

Search: Posts Made By: ashish4422
2,260
Posted By ashish4422
cat file | tr ' ' '\n' o/p:- a b c 2 ...
cat file | tr ' ' '\n'
o/p:-
a
b
c
2
4
5
6
Forum: AIX 04-15-2008
76,387
Posted By ashish4422
how to check status of various services and port?
How can i check which service is activated on my AIX Box?
how one can check particular port is open or not (like ftp/telnet port)?
I dont have admin rights
19,880
Posted By ashish4422
Hi radoulov Could you please explain you...
Hi radoulov

Could you please explain you code?

what to do if header and footer remain the same in every small file.

thanks
19,880
Posted By ashish4422
Content of large file:- ...
Content of large file:-

E106,0,1/9/1993,0,E001,E003,A,45200,3766.667,21.730769
E108,0,2/3/1995,0,E001,E003,A,15000,1250,7.211538
E109,0,06-mar-07,0,E001,E001,A,78000,6500,37.5...
19,880
Posted By ashish4422
Split large file and add header and footer to each small files
I have one large file, after every 200 line i have to split the file and the add header and footer to each small file?
It is possible to add different header and footer to each file?
17,287
Posted By ashish4422
Split large file and add header and footer to each file
I have one large file, after every 200 line i have to split the file and the add header and footer to each small file?
It is possible to add different header and footer to each file?
5,350
Posted By ashish4422
Hi Klashxx, can you explain the logic used...
Hi Klashxx,

can you explain the logic used in for loop?

awk 'NF!=10{for(i=1;i<=(10-NF);i++)printf("%s,",k[i]);print;next}{for(i=1;i<=3;i++)k[i]=$i}1' FS=',' f1


Thanks
Ashish
Showing results 1 to 7 of 7

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