Search Results

Search: Posts Made By: prithvirao17
827
Posted By pamu
Try something this.. if [[ $a != "" && $a...
Try something this..


if [[ $a != "" && $a = $b ]]
then
echo "pass"
else
echo "fail"
fi
827
Posted By Corona688
string="`grep pattern filename`"
string="`grep pattern filename`"
1,862
Posted By elixir_sinari
These use the shell's pattern matching operators....
These use the shell's pattern matching operators.

YEAR=${format%????}
### Delete 4 characters from the end of format's value (format remains unchanged)
### and return that string (YYYY in this...
Forum: Red Hat 07-02-2012
14,887
Posted By Peasant
Here is from another document, Device Mapper...
Here is from another document,
Device Mapper Support for the udev Device Manager :

NOTE: /dev/dm-N nodes should never be used in scripts to access the device since the N number is assigned ...
Forum: Red Hat 07-01-2012
14,887
Posted By admin_xor
@Peasant: Any clue why it /dev/dm-n files should...
@Peasant: Any clue why it /dev/dm-n files should not be used? The doc does not say much about that.
Forum: Red Hat 06-30-2012
14,887
Posted By Peasant
Folks, according to DM Multipath - DM Multipath...
Folks, according to DM Multipath - DM Multipath Configuration and Administration ...
1,509
Posted By ctsgnb
make sure you are in the directory that contains...
make sure you are in the directory that contains those files or use their absolute path.

cd $YOURDIR
for i in x?
do
echo "hello" >>./$i
done
7,952
Posted By admin_xor
The reserved UID numbers vary from one UNIX/Linux...
The reserved UID numbers vary from one UNIX/Linux system to another.

Here's a list of system users with their UIDs on Solaris:

root:0
daemon:1
bin:2
sys:3
adm:4
lp:71
uucp:5
nuucp:9...
Showing results 1 to 8 of 8

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