10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hello all, I can get close to what I am looking for but cannot seem to hit it exactly and was wondering if I could get your help.
I have the following sample from textfile with many thousands of lines: File 1
PS001,001 HLK
PS002,004 L<G
PS004,002 XNN
PS004,006 BVX
PS004,006 ZBX=... (7 Replies)
Discussion started by: jvoot
7 Replies
2. Shell Programming and Scripting
I am processing a file using awk to get few input variables which I'll use later in my script. I am learning to script using awk so please advise in any mistakes I made in my code. File sample is as follows
# cat junk1.jnk
Folder1 : test_file (File)
... (5 Replies)
Discussion started by: shunya
5 Replies
3. UNIX for Beginners Questions & Answers
I cannot seem to get what should be a simple awk one-liner to work correctly and cannot figure out why. I would like to use patterns from a specific field in one file as regex to search for matching strings in the entire line ($0) of another file.
I would like to output the lines of File2 which... (1 Reply)
Discussion started by: jvoot
1 Replies
4. Shell Programming and Scripting
Hi.. I have a file that has the following content :
abc 213 24 213
pqr 456#34 678
xyz 213 45%213
i need to write an awk script that will replace the second 213 in all the lines, if it is present. The IFS can not be specified and can be random.
The number of lines in the file and the... (5 Replies)
Discussion started by: Hermione Grange
5 Replies
5. Shell Programming and Scripting
i am having the text data file as below.
Processing 1
a 111111
b
c
d
e
f
Processing 2
a
b 222222
c
erorr
d
e
f
Processing 3
a
b 3333 (1 Reply)
Discussion started by: expert
1 Replies
6. Shell Programming and Scripting
Hi All,
There is a file with a data. If the line is longer than 'n', we splitting the line on the parts and print them. Each of the parts is less than or equal 'n'.
For example:
n = 2;
"ABCDEFGHIJK" -> length 11
Results:
"AB" "CD" EF" GH" "IJ" "K"
Code, but there are some errors.... (9 Replies)
Discussion started by: booyaka
9 Replies
7. Shell Programming and Scripting
Hi,
I am trying different scenarios now, 1 of those is getting the text between the following 2 strings.
Type of msg: -in_full
>date
>alr text
>ID_on_exit
AWXX-Ready to commit (98) msg type: (10)
I need to get all the occurrences having the same start line and end line.... (6 Replies)
Discussion started by: ocramas
6 Replies
8. Shell Programming and Scripting
Hi
I have written a script for automating a program. There is a string in 2 lines that needs altering from input.
The 2 lines are:
prepare_flexreceptor4.py -r rec_rigid.pdbqt -s TYR119_TRP312 -x rec_flex.pdbqt
and
prepare_flexdocking4.py -l ind.pdbqt -r rec_flex.pdbqt -s TYR119_TRP312... (3 Replies)
Discussion started by: gav2251
3 Replies
9. Shell Programming and Scripting
Hi all:
I have a file with NMEA sentences of the type:
$GPVTG,012.0,T,,M,00.0,N,,K*7D
$GPRMC,180541,A,3631.874,N,00617.423,W,00.0,004.0,210608,,*36
$SDDBT,,f,,M,,F*28
$GPGLL,3631.874,N,00617.423,W,180542,A*3B
$GPVTG,009.0,T,,M,00.0,N,,K*77
$GPVTG,019.0,T,,M,00.0,N,,K*76... (9 Replies)
Discussion started by: rleal
9 Replies
10. Shell Programming and Scripting
I have a file like: myfile.txt
it is easy to learn awk and begin awk scripting
and awk has got many features
awk is a powerful text processing tool
Now i want to get the text between first awk and immediate awk not the third awk . How to get it ? its urgent pls help me and file is unevenly... (2 Replies)
Discussion started by: santosh1234
2 Replies