Search Results

Search: Posts Made By: Amit Kulkarni
11,683
Posted By tmarikle
Here's my favorite way of doing this, similar to...
Here's my favorite way of doing this, similar to justsam but without piping $str through tr (UUOtr :D )


str="name1, name2, name3, "

typeset IFS=' ,'
for i in $str
do
echo $i$i ...
Forum: HP-UX 12-16-2010
10,346
Posted By ctsgnb
if available : /usr/contrib/bin/machinfo Also...
if available :
/usr/contrib/bin/machinfo
Also have a look at this link (http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1292487785390+28353475&threadId=945553)
19,765
Posted By DogDay
If you enable 'vi' mode you can use the vi...
If you enable 'vi' mode you can use the vi commands to edit you command line.

So, instead of using a tab for auto completion, which is what I think you want, you would use ESCAPE (Esc) BACKSLASH (...
15,589
Posted By Andy Hibbins
Hi Vishwa, You could use NFS in linux to...
Hi Vishwa,

You could use NFS in linux to share the directory.

in RH linux you put directories you want to export in the /etc/exports file.

To mount the directory you put the relevant entry...
2,778
Posted By yazu
[ is a synonim of the "test" command. Every...
[ is a synonim of the "test" command. Every command should be separated by spaces or ";". So
if [ $a -gt $b ]
Showing results 1 to 5 of 5

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