Search Results

Search: Posts Made By: adirajup
42,562
Posted By adirajup
So nice of u thanks Ahamed
So nice of u thanks Ahamed
42,562
Posted By adirajup
Hi Balaji, Pls mention what is sort -t and...
Hi Balaji,

Pls mention what is sort -t and -nuk1

Regards,
adirajup
15,015
Posted By adirajup
"Unix Concepts and Applications" by SUMITABHA DAS...
"Unix Concepts and Applications" by SUMITABHA DAS

Is a very good book .Easy to understand from basics.

Im also following the same infact
5,009
Posted By adirajup
Thanks for the suggestion.. used...
Thanks for the suggestion..



used descending order in code

for file in `ls /home/bob/$gh` do

[ -e "$file" ] || continue
[ -s "$file" ] && continue
rm -f "$file"
done
5,009
Posted By adirajup
It worked .thanks a lot ;) [ -s...
It worked .thanks a lot ;)

[ -s "$file" ] && continue


what if the file has 0 bytes will "continue" work to remove the file in the next statement
5,009
Posted By adirajup
Delete empty files from a directory entered in command prompt
My code to "Delete empty files from a directory entered in command promt"



#/bin/sh
echo "Enter directory"
read gh
for file in `ls $gh`
do
# to get the size of file
a=$( ls -l file |...
2,595
Posted By adirajup
understand Man page
[QUOTE=balajesuri;302590954]I saw this in the man pages of grep for SunOS: SunOS man pages (http://www.shrubbery.net/solaris9ab/SUNWaman/hman1/grep.1.html)

/usr/bin/grep [-bchilnsvw]...
2,041
Posted By adirajup
execution problem
[QUOTE=esumiba;302591708]Hi


for example :

i have a number 9868753007

and i want to add +91 at starting of this number i.e. +919868753007


My reply



create a file

cat...
2,041
Posted By adirajup
Yes this is a good AWK lcode
Yes this is a good AWK lcode
2,041
Posted By adirajup
Answer for 2nd query "and if have a file of 100...
Answer for 2nd query "and if have a file of 100 lines and i want to add same field in every line "

Answer :: I have created a file "data1.txt" with the below data

$ cat > data1.txt
1 2 3
4...
28,267
Posted By adirajup
Hi, right click on the top of cygwin terminal...
Hi,
right click on the top of cygwin terminal ->options ->text under Font click on
select and set whatever size u want

thanks,
venkat
28,267
Posted By adirajup
Increase Font size for text to type in CYGWIN
Please mention "How to increase font size for text to type commands in CYGWIN " ?
1,080
Posted By adirajup
cygwin download
Please mention how many days does CYGWIN software ( unix tool ) last in my personal computer.I have recently downloaded CYGWIN ?
Showing results 1 to 13 of 13

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