Search Results

Search: Posts Made By: Gecko12332
Forum: AIX 10-07-2009
12,053
Posted By Gecko12332
In AIX land, the authentication order is dictated...
In AIX land, the authentication order is dictated by the file /etc/netsvc.conf. Most other flavors use /etc/nsswitch.conf. Any changes you make in there, once you save, become effective immediately. ...
Forum: HP-UX 10-07-2009
11,969
Posted By Gecko12332
Hey - There could be a few things going on: ...
Hey -
There could be a few things going on:
1) If you are using HP-UX outta the box 11.11 telnetd(aemon) via inetd, then check to make sure you don't have a $TMOUT variable is set upon login. The...
4,809
Posted By Gecko12332
Dude, did you try my awk suggestion or the folks...
Dude, did you try my awk suggestion or the folks below?
4,809
Posted By Gecko12332
If I understood correctly, you just wanna get'rid...
If I understood correctly, you just wanna get'rid of the space between both fields, this should do the trick:

yum -e0 -d0 check-update | awk '{print $1""$2}'
2,721
Posted By Gecko12332
Complete with example no less!!! Hey thanks a lot...
Complete with example no less!!! Hey thanks a lot for the post, this is *exactly* what I needed to do:-). I can now finish this process I've been working on, I'll put your handle in my comments like...
2,915
Posted By Gecko12332
^M is actually a Control-Key for Carriage Return....
^M is actually a Control-Key for Carriage Return. Your terminal type may strip this when viewing but they are there. I would recommend you clean up your original file OR try:
sed 'N;s/\n//' FILENAME...
2,721
Posted By Gecko12332
`find`, pulling 1st field from ASCII flat file as search/-name?
Hey Everyone!
I have searched around for this on Unix.com and Google, and I'm either not phrasing my search properly or this is not as simple as I thought...

I have a script that runs on a...
Showing results 1 to 7 of 7

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