Search Results

Search: Posts Made By: amit.verma
56,849
Posted By amit.verma
or use export PATH=$PATH:<your additions...
or use
export PATH=$PATH:<your additions seperated with colons>:

on command line and will be valid for the session only
103,451
Posted By amit.verma
check out the /etc/services and /etc/inetd.conf ...
check out the /etc/services and /etc/inetd.conf
files for the possible s/w and their assigned ports...
178,547
Posted By amit.verma
I use Ksh all the time...its best for me
I use Ksh all the time...its best for me
41,686
Posted By amit.verma
as said before..try xclock or similar x-windows...
as said before..try xclock or similar x-windows program first
3,568
Posted By amit.verma
you can use ftp to transfer the files between two...
you can use ftp to transfer the files between two machines

ftp -n <dest m/c ip> << !EOF
user <login> <password>
cd <destination path>
prompt
bin
mput <file name>
quit
!EOF
7,288
Posted By amit.verma
or vi the file and use :set list
or vi the file and use :set list
3,580
Posted By amit.verma
why not use this script: for i in `cat fileA` ...
why not use this script:
for i in `cat fileA`
do
grep $i fileB
if [ $? -ne 0 ]
then
{
echo "$i not present"
#echo $i >> filec
}
fi
done


output can be redirected to the third output...
13,076
Posted By amit.verma
check out if su is enabled for the user...
check out if su is enabled for the user...
Showing results 1 to 8 of 8

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