Sponsored Content
Full Discussion: add txt
Top Forums Shell Programming and Scripting add txt Post 302516405 by ahamed101 on Saturday 23rd of April 2011 02:18:34 AM
Old 04-23-2011
Try this

Code:
awk '!/=952/{if(f==1){x="=LDR 00000nam";f=0;print x}}/=952/{f=1}1;END{if(f==1){print x}}' file

regards,
Ahamed

Last edited by ahamed101; 04-23-2011 at 03:24 AM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

add last lineline in all the .txt files

Hi Friends, I want to add "AAAAAAAAAAAAAAAAAAAAAAAAAA" in the last line of each .txt files in a particular directry. How to do this ? Thanks In advsnce (1 Reply)
Discussion started by: bikas_jena
1 Replies

2. UNIX for Dummies Questions & Answers

echo "ABC" > file1.txt file2.txt file3.txt

Hi Guru's, I need to create 3 files with the contents "ABC" using single command. Iam using: echo "ABC" > file1.txt file2.txt file3.txt the above command is not working. pls help me... With Regards / Ganapati (4 Replies)
Discussion started by: ganapati
4 Replies

3. Shell Programming and Scripting

Generate a mail when you add info to a txt file

Hi, I have an application's log file: /var/log/logfile which is feeded from time to time due to an application. This file contains data, what I want is: -Whenever some new data is copied to /var/log/logfileI want to generate an email to root BUT only with the new added data in the body.... (6 Replies)
Discussion started by: iga3725
6 Replies

4. Shell Programming and Scripting

how to add extra a field in a flat txt file ?

Hi all, I did not use UNIX for a long time, now i need to make a flat file with extra field, can you help me with the code ? 1. I create a last line of each log from each system and make it in a flat text file (seperate by a pipe |) mv current.log old tail -1 sanfrancisco.log > current.log... (5 Replies)
Discussion started by: britney
5 Replies

5. UNIX for Dummies Questions & Answers

how to add or delete blank space in .txt

dear all, i have a question. i have a data which looks like below rs123 AATTTTTGGGGGGCC... rs456 TTTTTTCCCCCCCCC... rs5767 TTTTTTTGGGGGGCC... rs89776 GGGGCCCCCCCCC... WHAT I WANT is adding blank space as below: rs123 AA TT TT TG GG GG GC ... rs456 TT TT TT CC CC CC CC ... rs5767... (3 Replies)
Discussion started by: forevertl
3 Replies

6. UNIX for Dummies Questions & Answers

Add a new column to txt file containing filename

I would like help adding a new column to a large txt file (~10MB) that contains the filename. I have searched other posts but have not found an adequate solution. I need this extra column so I can concatenate >100 files and perform awk searches on this large file. My current txt file look... (4 Replies)
Discussion started by: kellywilliams
4 Replies

7. Shell Programming and Scripting

Add similar pairs in a txt file

Hi guys!!! In my txt file there are a lot of pairs. Some of them are similar, so I am trying to add these pairs. For a example: File: ASP - GLN = 14 SER - GLU = 14 ARG - ASN = 13 ARG - TYR = 13 ASP - ARG = 13 GLU - ARG = 13 GLU - GLN = 13 ALA - ARG = 12 ... (7 Replies)
Discussion started by: Tzole
7 Replies

8. Windows & DOS: Issues & Discussions

2 Questions: replace text in txt file, add text to end of txt file

so... Lets assume I have a text file. The text file contains multiple "#" symbols. I want to replace all thos "#"s with a STRING using DOS/Batch I want to add a certain TEXT to the end of each line. How can I do this WITHOUT aid of sed, grep or anything linux related ? (1 Reply)
Discussion started by: pasc
1 Replies

9. Shell Programming and Scripting

Search last column of INPUT.txt in TABLEs text and add correspond columns to INPUT.txt

Hi dears i use bash shell i have INPUT.txt like this number of columns different in one some row have 12 , some 11 columns see last column INPUT.txt CodeGender Age Grade Dialect Session Sentence Start End Length Phonemic Phonetic 63 M 27 BS/BA TEHRANI 3 4 298320 310050... (2 Replies)
Discussion started by: alii
2 Replies

10. UNIX for Beginners Questions & Answers

How can i add each line from a txt file to different files in the same directory?

Hello, this is my first thread here :) So i have a text file that contains words in each line like abcd efgh ijkl mnop and i have 4 txt files, i want to add each line to each file, like file 1 gets abcd at the end; file 2 gets efgh at the end .... I tried with: cat test | while read -r... (6 Replies)
Discussion started by: azaiiez
6 Replies
htable(1M)						  System Administration Commands						htable(1M)

NAME
htable - convert DoD Internet format host table SYNOPSIS
/usr/sbin/htable filename DESCRIPTION
htable converts a host table in the format specified by RFC 952 to the format used by the network library routines. Three files are cre- ated as a result of running htable: hosts, networks, and gateways. The hosts file is used by the gethostbyname(3NSL) routines in mapping host names to addresses. The networks file is used by the getnetbyname(3SOCKET) routines in mapping network names to numbers. The gateways file is used by the routing daemon to identify "passive" Internet gateways. If any of the files localhosts, localnetworks, or localgateways are present in the current directory, the file's contents is prepended to the output file without interpretation. This allows sites to maintain local aliases and entries which are not normally present in the mas- ter database. htable is best used in conjunction with the gettable(1M) program which retrieves the DoD Internet host table from a host. FILES
localhosts localnetworks localgateways ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnisu | +-----------------------------+-----------------------------+ SEE ALSO
gettable(1M), gethostbyname(3NSL), getnetbyname(3SOCKET), attributes(5) Harrenstien, Ken, Mary Stahl, and Elizabeth Feinler, DoD Internet Host Table Specification, RFC 952, Network Information Center, SRI International, Menlo Park, California, October 1985. NOTES
htable does not properly calculate the gateways file. SunOS 5.11 14 Sep 1992 htable(1M)
All times are GMT -4. The time now is 04:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy