9 More Discussions You Might Find Interesting
1. AIX
Hi,
Here's the version of unix that we are working on.
> uname -a
AIX yyyyyyyy 1 6 00F613E24C00
@:on(cluster303)/iishomea/kmani00->
i have application id: aaabbb
Now i need to check whether the password for the application id set to non expiry type or not.
Moreover, with that unix... (3 Replies)
Discussion started by: kmanivan82
3 Replies
2. Shell Programming and Scripting
I am new to to unix and I want to make my own basic shell. What is the code I can use to change the unix cmd console display? For example my unix display prompt says MyCompterName~, I want it to say WhatEverMan~ (3 Replies)
Discussion started by: megaearth77
3 Replies
3. UNIX and Linux Applications
I'm looking for a c++ IDE and/or Text editor with split screen abilities like what you see below with notepad ++. Having the ability to split your screen is very helpful when comparing code.
http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/Split_Screen.jpg
... (5 Replies)
Discussion started by: cokedude
5 Replies
4. Shell Programming and Scripting
Hi,
I am using SunOS
I want to serch my previous command
from unix prompt
(like on AIX we can search by ESC -k)
how to get in SunOs
urgent help require. (10 Replies)
Discussion started by: RahulJoshi
10 Replies
5. Programming
Hello experts,
How can I retrieve the output from a Unix command and use it as string variable in my C program?
For example, when I issue the command 'date' I get:
Tue Jun 11 09:54:16 EEST 2009
I do not want to redirect the output of the command to a file and then open the file from... (3 Replies)
Discussion started by: Goseib
3 Replies
6. Shell Programming and Scripting
Combining many lines to one using awk or any unix cmd
Inputfile:
Output :
Appreciate help on this. (14 Replies)
Discussion started by: pinnacle
14 Replies
7. Shell Programming and Scripting
Hello,
I am using the following script to read some log and then contruct my email for notification.
When I run this on my test server, i am getting the output as below,
But when I move to another server, the EOL seems to not affect,
should I use some setting so the output is... (1 Reply)
Discussion started by: cv_pan
1 Replies
8. Shell Programming and Scripting
Hi
i want a shell script to get the date which is mentioned in the first line of a file.
file format is:
#EOD rates on 20050228 at 22:06:37
--------
--------
-------
first line length is always fixed. (4 Replies)
Discussion started by: sasi
4 Replies
9. UNIX for Dummies Questions & Answers
I'd like to get only the first 5 lines of the ls -lt command, i tried to pass to head as a file ip but didnt work, is there any other way to do it.
I am trying to find the lates log files for the last 5 days.
what i tried
head -5 < ls -lt alog*
Thanks.
-d (1 Reply)
Discussion started by: dharma
1 Replies