Search Results

Search: Posts Made By: polineni
1,415
Posted By polineni
Changing and swapping the Values in the files
Hi all
we have a file ONE like this

12345 98765
67222 74252
76991 90091

and we have one more file TWO like

huiiii 67jjjj u988 99999 uj99j 98765
hujg 7yhh ij999 78688 ijo99 74252
...
Forum: AIX 10-07-2011
9,593
Posted By polineni
try with ulimit -f 100
try with ulimit -f 100
Forum: AIX 10-07-2011
9,593
Posted By polineni
do you check by copying one file ?
do you check by copying one file ?
893
Posted By polineni
Displaying Files Problem
To match all filename comprising at least three characters not beginning with a dot
927
Posted By polineni
Displaying Files Problem
To match all filename comprising at least three characters the first character is numeric and the last character is not alphabetic
1,548
Posted By polineni
script prompts the user to enter four lines.
The script prompts the user to enter four lines.
1,656
Posted By polineni
grep command query
list ALL file entries with a last modification date of September 20. using grep
1,523
Posted By polineni
#!/bin/sh ---> script header # Dummy UUCP...
#!/bin/sh ---> script header

# Dummy UUCP rmail command for postfix/qmail systems -->comments

SENDMAIL="/usr/sbin/sendmail" -->variable declared and sets a command path
IFS=" " read junk from...
15,307
Posted By polineni
grep -e 'string1|string2' file
grep -e 'string1|string2' file
Forum: What is on Your Mind? 09-28-2011
1,249
Posted By polineni
Hi welcome.. you @ right place
Hi welcome.. you @ right place
840
Posted By polineni
if [ -z rac.csv ] then connect to server...
if [ -z rac.csv ]
then
connect to server abc.com
cp dfg.com to server path
else
connect to server wer.com
cp qwe.csv /dfg.com
fi
Forum: What is on Your Mind? 09-28-2011
1,249
Posted By polineni
For this kind of posts. need to be posted in...
For this kind of posts.
need to be posted in different loc in this web
2,027
Posted By polineni
using echo $? .. you get status
using echo $? .. you get status
2,054
Posted By polineni
better google it . you can solve it easily by...
better google it . you can solve it easily by using redirection
4,691
Posted By polineni
@ cgkaml question is not clear for me....
@ cgkaml

question is not clear for me. please map the answer correctly
Forum: Solaris 09-26-2011
2,613
Posted By polineni
if [ $? -eq 0 ]
if [ $? -eq 0 ]
2,895
Posted By polineni
hi pspriyanka .. I provided the solution...
hi pspriyanka ..

I provided the solution na..
it will work
2,895
Posted By polineni
for i in `cat abc.txt` do if [ $i -gt 1000 ] ...
for i in `cat abc.txt`
do
if [ $i -gt 1000 ]
then
echo " $i is greater than 1000"
exit
fi
done
1,955
Posted By polineni
Bash Backup script
Hello, I'm supposed to create a simple script to backup onto a network using tar and scp -r command as well as the ~.bashrc to designate commands as a part of bash. I am having trouble making mine...
1,837
Posted By polineni
try sudo su - login
try sudo su - login
1,586
Posted By polineni
Hey i know that grep afn filename. but we...
Hey i know that grep afn filename.

but we dont know that afn is the string to be search..

if "hate" is the string then we need to search for "aeht"
if "hat" is the string then we need to...
5,155
Posted By polineni
I agree with Peasant Too
I agree with Peasant Too
2,954
Posted By polineni
it checks weather the file exists or not
it checks weather the file exists or not
1,586
Posted By polineni
string sorting in unix
Hi I need how to sort string characters

for Example i have a file that contains this data
example string "fan" but i want to display "afn" contained words
"afn" is in sorted format for fan.
...
966
Posted By polineni
Even you can try this bash script.sh red ...
Even you can try this

bash script.sh red

or

bash script.sh blue
Showing results 1 to 25 of 29

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