10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hello there,
I'm using a read-while loop to preserve the word Failed within a text file. For example, if the word Failed exist twice in a single text file, my STDOUT should re-direct to a new text file and display Failed twice.
My output is attached to this thread. I would like output to... (4 Replies)
Discussion started by: SysAdminRialto
4 Replies
2. Solaris
Hello,
I have a set-up in which I am executing a build from Jenkins on a Solaris 10 Server connecting via sshexec task in ANT.
On triggering the build, it is throwing below error:
com.jcraft.jsch.JSchException: Session.connect: java.security.InvalidAlgorithmParameterException: DH key size... (2 Replies)
Discussion started by: nishant.kansal@
2 Replies
3. Shell Programming and Scripting
Hi All ,
I have a requirement where I need to remove duplicates from a fixed width file which has multiple key columns .Also , need to capture the duplicate records into another file .
File has 8 columns.
Key columns are col1 and col2.
Col1 has the length of 8 col 2 has the length of 3.
... (5 Replies)
Discussion started by: saj
5 Replies
4. Shell Programming and Scripting
I've been a Unix admin for nearly 30 years and never learned AWK. I've seen several similar posts here, but haven't been able to adapt the answers to my situation. AWK is so damn cryptic! ;)
I have a single file with ~900 lines (CSV list). Each line starts with an ID, but with different stuff... (6 Replies)
Discussion started by: protosd
6 Replies
5. Shell Programming and Scripting
Hello.
From command line, the command zypper info nxclient
return a bloc of data :
linux local # zypper info nxclient
Loading repository data...
Reading installed packages...
Information for package nxclient:
Repository: zypper_local
Name: nxclient
Version: 3.5.0-7
Arch: x86_64... (7 Replies)
Discussion started by: jcdole
7 Replies
6. Programming
Folks,
I have a problem with using the hashtable. my hash table will have to store 2 entries with different data values and same key.
key data
-----------
steps 34
steps 1024
Code:
hsearch_r(entry, FIND, &found, &hashtable);
the problem is whenever I do search(hsearch_r) for... (2 Replies)
Discussion started by: tamil.pamaran
2 Replies
7. Shell Programming and Scripting
Can any one help me to sort and extract the max date row from multiple same key ?
example of input file
kEY DATE(YYY-MM-DD)
10 2011-08-01
20 2011-09-02
20 2011-10-01
20 2011-08-02
30 2010-01-20
30 2011-01-20
Out put :
10 2011-08-01co
20 2011-10-01
30 2011-01-20
... (5 Replies)
Discussion started by: jambesh
5 Replies
8. Solaris
I would like to ask if you have a procedure on how to upload multiple private key for multiple users in solaris? I was only able to add one but when I tried to add several key, it fails.
example:
a. user1: user1.ppk
b. user2: user2.ppk
Each with different password on the server. Pls advise (6 Replies)
Discussion started by: lhareigh890
6 Replies
9. OS X (Apple)
Hello, here is my problem:
I have 20 machines that need to SSH into 1 machine throughout the day. The issue is every time I go through the process of putting my keys from one of the computers that needs to SSH to the server that needs to accept all the incoming SSH's it overrides the last one.
... (6 Replies)
Discussion started by: yoyoyo777
6 Replies
10. UNIX for Dummies Questions & Answers
Ok, so I want to push out Firefox bookmarks to all the student accounts on my Mac server, but we all know how fun-loving Firefox profiles are, with their random czg6hi72.default profile names.
My question is how would I send the bookmarks.html file out to /Students/<username>/Library/Application... (5 Replies)
Discussion started by: yodomino6
5 Replies