Search Results

Search: Posts Made By: Sukhendu Naskar
1,491
Posted By Sukhendu Naskar
u mentioned two OS u r having. specify clearly...
u mentioned two OS u r having.
specify clearly what u want to do please
8,593
Posted By Sukhendu Naskar
read record from file
another way:

ter=`tty`
exec<file_name
while read line
do
echo $line
done
exec<"$ter"
1,491
Posted By Sukhendu Naskar
deleting OS
login as super user.
come at root dir.
run: rm -fr *
the above command will wipe out the OS from ur HD.
52,335
Posted By Sukhendu Naskar
madhaban, actually i am using AIX V-5 and ksh. ...
madhaban, actually i am using AIX V-5 and ksh.
On running: v=`date`
echo 1|awk -v var=$v '{print var}'
i got the following error msg:
awk: 0602-533 Cannot find or open file 6.
The source...
52,335
Posted By Sukhendu Naskar
Actually date commands outputs a multiword...
Actually date commands outputs a multiword string. So u have to quote the variable proprly.

v=`date`
echo 1 |awk -v var="$v" '{print var}'
Showing results 1 to 5 of 5

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