Search Results

Search: Posts Made By: rajesh4you
11,348
Posted By vbe
Can you show me your PATH content? my 2 cents: ...
Can you show me your PATH content?
my 2 cents:
You could imagine having: PATH=.:$PATH
if now in /opt/smt/proiv/scripts you would have a script with perms 755 called ls with content: echo
What...
1,197
Posted By Skrynesaver
./hello # run the hello executable in this...
./hello # run the hello executable in this directory
hello # run the first instance of the hello executable you find on $PATH
.hello # Run the hidden file .hello from $PATH
12,233
Posted By CarloM
find . -name "*.sh" | xargs grep -l "\.sql" ...
find . -name "*.sh" | xargs grep -l "\.sql"
(replace . with whatever path you want to start searching from)
163,669
Posted By tayyabq8
> /dev/null 2>&1 You need to understand the...
> /dev/null 2>&1 You need to understand the theory first and then its upto you how and where you want to apply that theory. I'll try to explain above to you.

The greater-than (>) in commands like...
Forum: AIX 06-29-2006
34,368
Posted By bootnix
A volume group is a logical collection of "disks"...
A volume group is a logical collection of "disks" and is the basic building block of logical storage in AIX. A volume group (VG) can span multiple disks, whether internal or external disks. ...
269,830
Posted By PxT
"oslevel" is only available on AIX machines. ...
"oslevel" is only available on AIX machines. "uname -a" is available on just about everything.
269,830
Posted By 98_1LE
uname -a should return info about the OS. dmesg...
uname -a should return info about the OS.
dmesg gives some cryptic hardware info on Solaris
Showing results 1 to 7 of 7

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