10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
file1:
USER:XACME\cn3937
User:XACME\z01220
User:XACME\z01404
User:XACME\z02102
User:XACME\U17234
File2:
USER:XACME\lawson
USER:XACME\cn7913
USER:XACME\cn8037
USER:XACME\cn8042
USER:XACME\cn8046
USER:XACME\u31645
USER:XACME\u19050
USER:XACME\U28715
USER:XACME\U17234
USER:XACME\cn3937... (2 Replies)
Discussion started by: loktamann
2 Replies
2. Shell Programming and Scripting
Hi,
So I am trying to print the first row(header) first column alongwith the matched value. But I am not sure how do I print the same, by matching a pattern located in the file
eg
File contents
Name Place
Jim NY
Jill NJ
Cathy CA
Sam TX
Daniel FL
And what I want is... (2 Replies)
Discussion started by: sidnow
2 Replies
3. Shell Programming and Scripting
Hi
i am comparing file on 2 different machine with the help of script.
however i am get below o/p
======= /usr/tmp =========
======= /usr/tmp not a regular file i am not sure what does "not a regular file mean" .
is it something serious, if yes then what i need to check or we can... (1 Reply)
Discussion started by: scriptor
1 Replies
4. UNIX for Dummies Questions & Answers
Hi -- Working on my own through the book "Learning the KornShell and came to task 4-1, which there is:
a script "highest" and it will sort an "album" file.
highest filename
The author mentions adding a header line to the scripts output if the user types in the -h option. It says "assume the... (9 Replies)
Discussion started by: Decoy Octopus88
9 Replies
5. Shell Programming and Scripting
I wanted to ask can sdiff be used for comparing files which are present in different network?? If yes then how?
Thanks in Advance!!!!!!! (1 Reply)
Discussion started by: bhavanabahety
1 Replies
6. Shell Programming and Scripting
Hi,
I'm trying to use sdiff by parsing the output of another command instead of the filename:
sdiff <(echo test1) <(echo test2)However, this seems to cause my terminal session to stop working.
If I use it with normal diff it works fine:
~$ diff <(echo test1) <(echo test2)
1c1
< test1... (4 Replies)
Discussion started by: Subbeh
4 Replies
7. UNIX for Dummies Questions & Answers
Im using the vmstat command to display the CPU run queue, but i want to put that into a program so is there a way to just display the number under the r?
Thanks, (1 Reply)
Discussion started by: RAFC_99
1 Replies
8. AIX
After run errclear, it will clean the err log file. After that, if I still need display the log has been cleared by errclear, how can I do?
thanks (5 Replies)
Discussion started by: rainbow_bean
5 Replies
9. UNIX for Dummies Questions & Answers
Hi all
I have two files which are essentially the same. However the way an exponent is written is different (i.e. in 1 file, a particular number might be written as 1.43230000E+02 whereas in another it might be 1.4323E2).
If I use SDIFF then the program will merely check the ASCII characters... (1 Reply)
Discussion started by: robbiegregg
1 Replies
10. UNIX for Dummies Questions & Answers
Hello,
I'm using Sdiff to compare 2 files, I've used this before and it works fine
and still does in some cases.
But it seems to trip up when using combinations of alpha-numeric text.
I created two simple files to test and as you can see it seems to trip up
on the "gr55a" text, any ideas ?
... (2 Replies)
Discussion started by: cowpoke
2 Replies