Search Results

Search: Posts Made By: amit.verma
56,909
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,494
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...
185,254
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,781
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,589
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,344
Posted By amit.verma
or vi the file and use :set list
or vi the file and use :set list
3,620
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,113
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 05:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy