Search Results

Search: Posts Made By: Girish19
1,938
Posted By RavinderSingh13
Hello Girish19, Glad that it helped you,...
Hello Girish19,

Glad that it helped you, following is the explaination for same.

awk '/<Emp:Profile>/ {print $0;getline;if($0 ~ /<Emp:Description>/){print $0;next} else {printf...
1,938
Posted By RavinderSingh13
Hello Girish19, Following may help you in...
Hello Girish19,

Following may help you in same.

awk '/<Emp:Profile>/ {print $0;getline;if($0 ~ /<Emp:Description>/){print $0;next} else {printf "\t\t\t<Emp:Description>Admin</Emp:Description>"...
Forum: IP Networking 11-11-2014
6,344
Posted By RudiC
At risk of stating the obvious, any link or...
At risk of stating the obvious, any link or connection starts at a port on your local host and ends on some port on remote hosts (or vice versa). That's what the two mean. Example from my node:Proto...
6,648
Posted By junior-helper
Referring to the find manpage, -depth is an...
Referring to the find manpage, -depth is an option while -mtime and -name are tests.
This section (also from the find manpage) describes the "problem with the position of -depth" pretty good, imho....
6,648
Posted By Scrutinizer
It is not an error it is just a warning. Probably...
It is not an error it is just a warning. Probably it will go away if you specify
find . -depth -mtime ....
2,905
Posted By zozoo
u can try capturing the var=`./script...
u can try capturing the


var=`./script <paramaneters>`
2,905
Posted By rbatte1
How about script B finishing with a...
How about script B finishing with a statement:-exit your message numberThis means that script A can contain:-scriptB
ret_from_B=$?
case $ret_from_B in
100) print "I have a message from script...
Showing results 1 to 7 of 7

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