Hello,
I'm relatively new to AWK and SED and know I can parse the following, but am having difffficulty getting it right.
Document structure to be parsed:
<!doctype html public
text tha...
http://www.experts-exchange.com/OS/Unix/Q_21313926.html
Zones:
UnixDate Answered: 02/16/2005 Grade: A Views: 0
I found an awk script that deletes trailing zeros from the end of a line. It works perfectly, but I need it to be written in sed.
Can someone who knows both help me convert it? I've been playi...
http://www.experts-exchange.com/OS/Linux/Q_23312303.html
Zones:
LinuxDate Answered: 04/13/2008 Grade: A Views: 6
I want to look for a particular word in a file, say, eg.
When i use grep i get any match with eg, like eg1, eg2,eg3.
I want to find out the exact line number on which eg is occuring in the file.
...
http://www.experts-exchange.com/OS/Unix/Q_20108784.html
Zones:
UnixDate Answered: 01/24/2003 Grade: A Views: 0
hello everybody,
I have a data like above.
I want to insert a smallint character if a character field (like SMTU) exists after every "=" chacter. I mean in 5th row, data is "17540 NIL=" and "SM...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20786205.html
I am using solaris, and have a reasonably sized txt file with a comma separated file. the problem is that the file has thousands of entries, and I want to provide a line break before a specific st...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23370849.html
hello.
for a bash script I am writing, I need to take take the parameters from 1 or more effects in an xml file and write those parameters in separate files (one per effect).
For example, in ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23765088.html
Hi
I need to get a command or script to separate the single table name that is after "=" and ends with the space!!
A sample output below
Thanks
Emad
partialStatement.From("=AD...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23791467.html
Zones:
Perl,
kshDate Answered: 10/06/2008 Grade: A Views: 0
Hi all
What do I do to get list of files that have tabs? How to do substitute the tabs with spaces?
Is there a way to do that in a perl script that traverse the directory structure and replace...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23820640.html
Zones:
bash,
Perl,
kshDate Answered: 10/16/2008 Grade: A Views: 0
What do I do to get list of files that have tabs? How to do substitute the tabs with spaces?
Is there a way to do that in a perl script that traverse the directory structure and replace tabs with ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23820809.html
Zones:
Perl,
kshDate Answered: 10/16/2008 Grade: A Views: 77
need to extract the path of the file between the "" from the data below! I need this urgently!
23-Oct.16:43 sg912681 checkout version "/vobs/atseintl/DBAccess/Queries/QueryGetTaxSegAbsorbS...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23858891.html