To detect random input, I'd rather add this test after getline:
Note that all your lines are ended by a semicolon but this is not needed with awk. Unlike with C, an end of line is already ending a command so the semicolon is only required to delimit multiple commands on a single line.
hi there
i write one awk script file in shell programing
the code is related to dd/mm/yy to month, day year format
but i get an error
please can anybody help me out in this problem ??????
i give my code here including error
awk `
# date-month -- convert mm/dd/yy to month day,... (2 Replies)
Hi all,
i have the files in the below sequence:
fancy_LANG_STD_AU_2008-03-05.dat
fancy_LANG_STD_HK_2008-03-06.dat
fancy_LANG_STD_NZ_2008-03-05.dat
fancy_STD_AU_2008-03-05.dat
fancy_STD_HK_2008-03-06.dat
fancy_STD_NZ_2008-03-05.dat
i am trying to sort them like below:
... (3 Replies)
This is my disk space on solaris box and i wrote a simple script which identifies mount points which crosses 90% or above.
But the AWK part is throwing some error and im unable to debug..
mzaheer @ UAT 144 % => df -k
Filesystem kbytes used avail capacity Mounted on... (5 Replies)
Hello all,
Here is what my bash script does: sums number columns, saves the tot in new column, outputs if tot >= threshold val:
> cat getnon0file.sh
#!/bin/bash
this="getnon0file.sh"
USAGE=$this"
InFile="xyz.38"
Min="0.05"
#
awk '{sum=0; for(n=2; n<=NF; n++){sum+=$n};... (4 Replies)
Hi
I am trying to create a file with count of lines and string from shell variable, i am getting the error incorrect syntax.
Below is the code :
wc -l $filename | awk '{ print $1"|"$2"|"${SOURCETYPE} }'>>$AUDITFILENAME
Could someone help me on this? (7 Replies)
i have been trying to run the following bash script, but get error:
awk: cmd. line:1: -
awk: cmd. line:1: ^ unexpected newline or end of string
I have been trying to figure out what the problem is but to no avail. I need to run the script urgently for a project, so any help will be highly... (5 Replies)
Good evening, Im newbie at unix specially with awk
From an scheduler program called Autosys i want to extract some data reading an inputfile that comprises jobs names, then formating the output to columns for example
1.
This is the inputfile:
$ more MapaRep.txt
ds_extra_nikira_usuarios... (18 Replies)
Hi friends...
(Apoloigies for any typos.)
(Don, thanks for your input.)
Consider these two code snippets:-
awkerror1.awk
#!/usr/bin/awk -f
BEGIN \
{
SAWTOOTHPLUS64 = " !#$&\'\)*,-/0235689:<>?ABDEGHJKMNPQSTVWYZ\\^_abdeghjkmnpqstvwyz|}~"
for(LOOP = 1; LOOP <= 13; ++LOOP)
{... (3 Replies)
Discussion started by: wisecracker
3 Replies
LEARN ABOUT DEBIAN
usrp_flex_all
USRP_FLEX_ALL(1) User Commands USRP_FLEX_ALL(1)NAME
usrp_flex_all - FLEX protocol demodulator
SYNOPSIS
usrp_flex_all [options]
DESCRIPTION
linux; GNU C++ version 4.6.2; Boost_104601; UHD_003.003.001-666a2f0
OPTIONS -h, --help
show this help message and exit
-f FREQ, --freq=FREQ
Set receive frequency to FREQ [default=929512500.0]
-a ADDRESS, --address=ADDRESS
Address of UHD device, [default=addr=192.168.10.2]
-A ANTENNA, --antenna=ANTENNA
select Rx Antenna where appropriate
--rx-gain=RX_GAIN
set receive gain in dB (default is midpoint)
-c Hz, --calibration=Hz
set frequency offset to Hz
-v, --verbose
-l, --log
log flowgraph to files (LOTS of data)
-F FROM_FILE, --from-file=FROM_FILE
read samples from file instead of USRP
--nchan=nchan
set to number of channels in capture file
SEE ALSO usrp_flex_band(1)usrp_flex(1)usrp_flex_all 3.5 December 2011 USRP_FLEX_ALL(1)