Sponsored Content
Top Forums Shell Programming and Scripting a little help with using AWK to display whats being read in Post 302630109 by subway69 on Wednesday 25th of April 2012 11:59:48 AM
Old 04-25-2012
Quote:
Originally Posted by vgersh99
Code:
awk '$2 ~ m {print $1, $2, $3, $4}' m="${model}" /home/cars/

this worked perfectly thanks a lot!

And do you know how I can re-prompt for input if there is no match? Basically restart the entire process.

---------- Post updated at 10:59 AM ---------- Previous update was at 10:56 AM ----------

actually I think I found it, until loop. I will read this and try my hand at it, thanks for the help
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

whats wrong with this awk???

while read LINE; do echo |awk -v LIN="${LINE}" '{print substr(LIN,1,7)","substr(LIN,8,5)" ,"substr(LIN,14,10)","substr(LIN,24,6)" ,"substr(LIN,30,8)}'; done < exp1.txt exp1.txt = 1234 grgrg 203902 ksdjh oehr weo why it doesn't work?? thanks. (5 Replies)
Discussion started by: george_
5 Replies

2. Shell Programming and Scripting

How to read variable with no display

I'll be reading user name and password from the person while running a shell script so that he is authenticated. The challenge here is to read the password variable without displaying on screen. Is there a way? I presently do it displaying it on the screen as echo " please enter your... (9 Replies)
Discussion started by: dayanandra
9 Replies

3. UNIX for Advanced & Expert Users

Awk display

Hi All, I got a script like #!/bin/ksh echo "Welcome Sir"|awk ' { print $1 }' This is printing Welcome. I want output like 'Welcome' enclosing by single quotes. Please assist me. Thanks, Shahnaz. (4 Replies)
Discussion started by: shahnazurs
4 Replies

4. Shell Programming and Scripting

awk help..string display

Dear All I had input file as mention below. <RXMFP:MO=RXOTX-46-5; RADIO X-CEIVER ADMINISTRATION MANAGED OBJECT FAULT INFORMATION MO BTSSWVER RXOTX-46-5 ERA-G04-R11-V01 RU RUREVISION RUSERIALNO 0 RUPOSITION ... (1 Reply)
Discussion started by: jaydeep_sadaria
1 Replies

5. UNIX for Dummies Questions & Answers

display whats in an array side by side

ok, so ive got some values that are inputed by a user and are stored in an array. Now what i want to do is change this piece of code below to show ina different way. } for (( num=0; num<9; num++ )) do echo ${arr} done } which outputs the array contents each on a seperate line. I want... (3 Replies)
Discussion started by: strasner
3 Replies

6. UNIX for Dummies Questions & Answers

Using Awk within awk to read all files in directory

I am wondering if anyone has any idea how to use an awk within awk to read files and find a match which adds to count. Say I am searching how many times the word crap appears in each files within a directory. How would i do that from the command prompt ... thanks (6 Replies)
Discussion started by: flevongo
6 Replies

7. Shell Programming and Scripting

Read content between xml tags with awk, grep, awk or what ever...

Hello, I trying to extract text that is surrounded by xml-tags. I tried this cat tst.xml | egrep "<SERVER>.*</SERVER>" |sed -e "s/<SERVER>\(.*\)<\/SERVER>/\1/"|tr "|" " " which works perfect, if the start-tag and the end-tag are in the same line, e.g.: <tag1>Hello Linux-Users</tag1> ... (5 Replies)
Discussion started by: Sebi0815
5 Replies

8. Shell Programming and Scripting

Read File and Display The Count of a particular field

Hi Mates, I require help in the following: I have the following file snmp.txt Wed Mar 2 16:02:39 SGT 2011 Class : mmTrapBladeS origin : 10.0.0.0 hostname : 10.0.0.2 msg : IBM Blade Alert: Calendar Index : 10.0.0.2-IBMBLADE Fri Mar 4 07:10:54 SGT 2011 Class : mmTrapBladeS... (2 Replies)
Discussion started by: dbashyam
2 Replies

9. Emergency UNIX and Linux Support

Grab total page read from webalizer display in html

Hi, I need a way to grab the total combines since inception, total pages read from webalizer on my centos server or any other location (as long as since inception) and display the result live on my website So with each visit it would be increasing, or perhaps live (ajax) not sure But can... (0 Replies)
Discussion started by: lawstudent
0 Replies

10. UNIX for Dummies Questions & Answers

Read the line from the last and display the one which is non-zero

Hi All, My requirement is this. Am trying to find a one liner unix command, which will check the last line of the file for 0. If it is zero, it would pick the previous line, else it should display the last line. Eg: abcd efgh ijhk 0 0 Output expected -- ijhk Please share your... (8 Replies)
Discussion started by: hariniiyer300
8 Replies
MOLRENDER(1)						      General Commands Manual						      MOLRENDER(1)

NAME
molrender - render a molecule input file in a variety of ways SYNOPSIS
molrender [ -model { ball | stick | conolly } ] [ -render render ] [ -pdb | -keyval ] [ -keyword keyword ] [ -level integer ] DESCRIPTION
molrender reads a molecule from an input file and can render it in a variety of ways. The output is an OOGL file that can be read and dis- played with the geomview(1) program. If you prefer a GUI over the command line, you can use the tkmolrender(1) script. OPTIONS
molrender takes the following command line options: -model { ball | stick | conolly } Set the output model. -render render Output render. The only accepted value currently is oogl. -pdb Input is a PDB file. -keyval Input is a KeyVal input. -keyword keyword Keyword to read in a KeyVal input. -level integer Integer that represent the sphere subdivision level. SEE ALSO
geomview(1), tkmolrender(1) Version 2 21 Feb 2008 MOLRENDER(1)
All times are GMT -4. The time now is 09:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy