Search Results

Search: Posts Made By: counfhou
13,333
Posted By counfhou
Thanks guys, this will definitely help me...
Thanks guys, this will definitely help me creating the working script ;)
13,333
Posted By counfhou
<div id="bodyContent"> --other html stuff <p>...
<div id="bodyContent">
--other html stuff
<p>
--wanted data--
</p>
</div>
I hope this helps to explain the problem.
13,333
Posted By counfhou
awk -- Extract data from html within multiple tags as reference
Hi, I'm trying to get some data from an html file, but the problem is before it can extract the information I have multiple patterns that need to be passed through.
...
709
Posted By counfhou
None of the above seem to do what they should,...
None of the above seem to do what they should, maybe I should also mention, this variable needs to be the name of a file followed by an extension. at the moment I'm running the script but It doesn't...
709
Posted By counfhou
variable from command
Hi, I'm trying to use a variable I receive from a command in my script but it doesn't seem to work.



cat $1|sed -n 's/.*\(|.*|.*|\).*/\1/p'|sed 's/|\(.*\)|.*|/\1/'
I need the output from that...
1,783
Posted By counfhou
Thank you :)
Thank you :)
1,783
Posted By counfhou
When I use my subsitute, so: :bash script...
When I use my subsitute, so:
:bash script 'myarg'
then I want him to replace <!--> with myarg, normaly I do things like that with $1 etc, but now he just changes <!--> in $1 if i execute my script.
1,783
Posted By counfhou
using $1 in ex shell script
hi, I'm trying to substitute something in my file with ex, now the problem is he doesn't replaces it with my first argument but really with $1, is that option not possible in ex or?
my script:
ex...
Showing results 1 to 8 of 8

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