8 More Discussions You Might Find Interesting
1. AIX
AIX Version 6.1 and 7.1.
I understand that when the OS initially creates the FS and inodes, its pretty strict, but not always tuned to a 1:1 ratio. I see the same thing when adding a whole disk LV to a separate device.
It seems that when we expand a filesystem the inodes don't get tuned... (5 Replies)
Discussion started by: mrmurdock
5 Replies
2. Shell Programming and Scripting
Hi ,
I need to add few new columns in existing file .Any help would be great
ex:
existing file
name,typ,add,dept
New file(com1,sal are new)
name,com1,type,sal,add,dept
Thanks,
mohan (1 Reply)
Discussion started by: mohan705
1 Replies
3. Shell Programming and Scripting
/Path/snowbird9/nrfCompMgrRave1230100920.log.gz:09/20/2010 06:14:51 ERROR Error Message.
/Path/snowbird6/nrfCompMgrRave1220100920.log.gz:09/20/2010 06:14:51 ERROR Error Message.
/Path/snowbird14/nrfCompMgrRave920100920.log.gz:09/20/2010 06:14:51 ERROR Error Message.... (0 Replies)
Discussion started by: Shirisha
0 Replies
4. Shell Programming and Scripting
I have a file where in I need to add gctunit1/gtdivcompebb1/ after the = sign
for example:
gtfix31/gctunit_gtdivcompebb1/csclkswcompbypassstepgnnnh = gctunit1/gtdivcompebb1/csclkswcompbypassstepgnnnh (3 Replies)
Discussion started by: pitagi
3 Replies
5. Shell Programming and Scripting
Hi There.
I have a file like this .
a nnnn sds
b ssss fdefd
c sdfd dsfd sdfds
...
...
Summary
t1 t2 t3 t4
s1 s2 s3 s4
f1 f2 f3 f4
..
How to use awk to begin process this file from the line that contains "Summary"?
Thanks!
louis (12 Replies)
Discussion started by: javacore
12 Replies
6. Shell Programming and Scripting
in AWK, how can I change the RS (record separator) in the middle of awk command.
for example:
gawk 'NR==FNR { key++;next }; RS="?"; $1 in key' file1 file2
in above, I put RS="?" in the middle to change the value of RS to "?" right after the file1 has been processed. when it begins to... (2 Replies)
Discussion started by: fredao
2 Replies
7. Shell Programming and Scripting
Hi,
If I have 90 lines and I want to print the 45th line, is there a quick sed command for this?
thx. (7 Replies)
Discussion started by: g_jumpin
7 Replies
8. UNIX for Dummies Questions & Answers
Hi everyone
really need some help with this one.
Ive to write a script where the middle date has to be checked and made sure that it is the current date.
281220032812200328122003
This is the format ive to check the date in the middle is the current date.
Can anyone help me with this... (14 Replies)
Discussion started by: vcardo10
14 Replies