Search Results

Search: Posts Made By: divya bandipotu
24,276
Posted By divya bandipotu
$ cat output fstl:r-x ajay:r-x $ cat...
$ cat output
fstl:r-x
ajay:r-x


$ cat output | tr "\n" "," | sed 's/,$/ /' | tr " " "\n"
fstl:r-x,ajay:r-x
35,111
Posted By divya bandipotu
It is easy to try, if the sample results are...
It is easy to try, if the sample results are posted.. Any way, have u tried with "grep" command???

In my PC, time zone is "Jun 27 2011"

ls -lrt | grep -i "Jun 27 2011"

Lists todays...
10,250
Posted By divya bandipotu
Hi, Plesae check the below simple code for...
Hi,

Plesae check the below simple code for IF and CASE. Out put for the both are same...

Using IF

clear
echo -e "1.Morning\n2.Afternoon\n3.Evening\n4.Night"
echo -n "Please select from...
Showing results 1 to 3 of 3

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