10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi All,
how to format text
Thanks (19 Replies)
Discussion started by: ROCK_PLSQL
19 Replies
2. UNIX for Dummies Questions & Answers
sxsaaas (3 Replies)
Discussion started by: VikrantD
3 Replies
3. Shell Programming and Scripting
Hi,
Please find the below lines of a file
B1/OT "GIB10" 837 130308 1351 MONORONOUS DIGI PATH FAULT SUPER
B1/OT "GIB10" 520 130418 1537 MONORONOUS DIGI PATH FAULT SUPER
B1/XT "GIB10" 762 130421 0653 TV Y-CEIVER ADMIN RXOCF-62 241_OKEBOLE_NEW 1
B1/XT "GIB10" 385 130425 1931 TV Y-CEIVER... (2 Replies)
Discussion started by: Ardhendu
2 Replies
4. Shell Programming and Scripting
Hi Team,
We have a requirement where we need to format input file using shell script by meeting the below conditions.
1. 1. Ignore first 549 characters of that file.
2. 2. After that we need to make a file of 100 characters per line, repeat it until the 3rd ... (16 Replies)
Discussion started by: ataneja7
16 Replies
5. Shell Programming and Scripting
Hi All,
Need an urgent help to convert a unix file in to a particular format:
**source file:**
1111111
2d2f2h2
3dfgsd3
...........
1111111 <-- repeats in every nth line. remaining all lines will be different
123ss41
432ff45
...........
1111111 <-- repetition
qwe1234
123weq3... (1 Reply)
Discussion started by: rajivnairfis
1 Replies
6. Shell Programming and Scripting
Hello,
I'm having trouble with formatting some text via the terminal. I can get it perfectly formatted, but when I try and copy paste the text from the output file it loses it's formatting. Very frustrating!
Basically I have 7 files (data data2 data3 data4 data5 data6 data7) containing a... (13 Replies)
Discussion started by: facetoe
13 Replies
7. Shell Programming and Scripting
I have a file with contents something similar to as below :
SVCNAME,12m-1a,1a-2a,2a-3a,3a-4a,5a-6a,6a-7a,7a-8a,8a-9a,9a-10a,10a-11a,11a-12n,12n-1p,13p-14p,14p-15p,15p-16p,16p-17p,17p-18p,18p-19p,19p-20p,20p-21p,21p-22p,22p-23p,11p-12m, TOTALS... (5 Replies)
Discussion started by: deo_kaustubh
5 Replies
8. UNIX for Dummies Questions & Answers
Hi Guys,
I have a file with contents in the below format
DO_VJ_IDOC;03.23.2009;22:31:09;
ZJDO_VJ_IDOC;03.23.2009;22:46:14;
ZJDO_RESEND_FAILURES;03.24.2009;01:46:18;
Now i need to replace the semicolons with tabs for which i am usig the sed command which gives the O/p as below
... (1 Reply)
Discussion started by: rohit.shetty84
1 Replies
9. UNIX for Dummies Questions & Answers
Hi all!
I'm new in unix, and faced with some difficulties.
So I have text file f.e. "textfile" which contains rows like:
aaa
bbb
ccc
ddd
How could I format it, so the file looks like:
aaabbb
cccddd
Thanks in andvance (5 Replies)
Discussion started by: consta.v
5 Replies
10. Shell Programming and Scripting
Hi
I have to do the following.I have to format a file test.t
The contents are
# Header 1231
xyz
asdf
asdapsdcsd
//string1 = "pqrs"
//string1 = "abcd"; //info
//string1 = "*pqrs"; //add
string1 = "#123"; //sub
//string1 = "#1234567890"
data = check(string1)
//string1 = "#1234567890"... (12 Replies)
Discussion started by: gopsman
12 Replies