Search Results

Search: Posts Made By: Gayucvns
23,750
Posted By Gayucvns
Hi Mani, Jst try the below command. sed...
Hi Mani,

Jst try the below command.

sed "s/,/`echo "\t"`/g" t.dat > h.xls

Thanks
23,750
Posted By Gayucvns
Hi Mani, Let me know the input files are...
Hi Mani,

Let me know the input files are available in unix server. And also you want to open a
comma seprated file in excel thru unix script?
23,750
Posted By Gayucvns
Hi Mani, Do you want to Open a comma...
Hi Mani,

Do you want to Open a comma seprated file in excel. Pls let me know if im wrong.

Thanks
2,708
Posted By Gayucvns
Hi dr, Instead of && use ||. command1...
Hi dr,

Instead of && use ||.

command1 && command2

This statement is read, if command1 is true (has an exit status of zero) then perform command2.

The || construct will do the opposite:...
3,646
Posted By Gayucvns
Hi, You can even try with while loop. ...
Hi,

You can even try with while loop.

clear
echo "please enter CHOICE"
read CHOICE
while [ $CHOICE != "N" ]
echo "please enter number"
read num1
echo "please enter an operation"
read...
2,708
Posted By Gayucvns
Hi Layla, Please try the below command. ...
Hi Layla,

Please try the below command.

awk '{if($2==4 && $9==223) print $0}' test

Thanks
2,645
Posted By Gayucvns
Hi, Pls remove space while assigning value...
Hi,

Pls remove space while assigning value to variable. And try the same.

Hope this should work. Also pls post the error msg what you are getting.

Thanks
4,610
Posted By Gayucvns
Hi risshant, Pls try with the below command...
Hi risshant,

Pls try with the below command to list the files.

find . -name "*.log" -exec ls -ltr {} \;

Thanks
2,645
Posted By Gayucvns
Hi, We are using AIX flavour and the decimal...
Hi,

We are using AIX flavour and the decimal number comparison is working fine.

Pls let me know if this is because of the unix flavour.

Thanks
9,810
Posted By Gayucvns
Hi, the awk command is very useful to print...
Hi,

the awk command is very useful to print the last name. only the syntax matters. Jst try with this
echo $name | awk '{print "Hello Mr." $2}'
Showing results 1 to 10 of 10

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