Search Results

Search: Posts Made By: Vikram_Tanwar12
Forum: SuSE 03-05-2013
21,079
Posted By Vikram_Tanwar12
May be this link can help you Subversion...
May be this link can help you

Subversion Users: Re: svn error, cannot find libsvn_client-1.so.0 (http://svn.haxx.se/users/archive-2009-05/0183.shtml)
Forum: Red Hat 03-01-2013
1,764
Posted By Vikram_Tanwar12
Oh man seems to be lot of changes are required in...
Oh man seems to be lot of changes are required in your file.


If you want to replace the inside record with double quotes. Then try this.

[vikram@lg105m 05:50 vikram]$ cat file3.txt...
16,761
Posted By Vikram_Tanwar12
30 18 * * * /youscript.sh This is a...
30 18 * * * /youscript.sh


This is a crontab job Which mean your job will run daily at 6:30 PM.

You can check this link to learn more about crontab.

(link removed)
1,576
Posted By Vikram_Tanwar12
Actually here myalias is the name given to our...
Actually here myalias is the name given to our manual alias file.


Use locate alias l.='ls -d .* --color=tty'
from root directory. You will be able to find the path.
1,416
Posted By Vikram_Tanwar12
Try %H at the end
Try %H at the end
3,034
Posted By Vikram_Tanwar12
AIX and FreeBSD
AIX and FreeBSD
3,034
Posted By Vikram_Tanwar12
You can try something like this #!/bin/sh ...
You can try something like this

#!/bin/sh
v1=$(uname)
if [[ "$v1" = Linux ]];then
ps -ef | grep java
fi
else
echo "wrong option"
fi


Similarly by using if statement in loop you can...
2,533
Posted By Vikram_Tanwar12
can you try something like this. cat...
can you try something like this.

cat filename | grep -i 'Configuration flow done' | head -1
2,290
Posted By Vikram_Tanwar12
You can also try like this 1st sort both...
You can also try like this

1st sort both the files

sort filename1 -o filename1
sort filename2 -o filename2

then try

comm -12 filename1 filename2
3,798
Posted By Vikram_Tanwar12
Awesome Corona.It worked at last. This also means...
Awesome Corona.It worked at last. This also means that their is no need of second fucntion as the TEE_PID job already killed thorugh the first function itself.

Thanks for explaining the code.
Showing results 1 to 10 of 10

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