Sponsored Content
Top Forums Shell Programming and Scripting awk inside shell and script aborting Post 302895453 by maximus_jack on Monday 31st of March 2014 11:32:29 PM
Old 04-01-2014
Hi
thanks for your response..

yes, the first step is working with your code..

for second step of splitting the file and renaming, i have modified the code like below

what i'm trying to do is, after i created the single line xml file, i'm splitting that file each
containing 1000 records, by assigning the prefix($5), (this is working fine)

after i splitted the files, i need to rename all the splitted file with $5 and concatinating timestamp and and a individual sequencer number, like below
file2_201401312231_1
this is the part which is not working, can you please help

Code:
#!/bin/sh
awk -v W="$1" '$0 ~ W{ORS="";if(NR!=1)print "\n";}1' $2/$3 > $2/$4

split -l 1000 $2/$3 $5

num=1
for i in $( ls $5* )
timestamp=$(date "+%Y%m%d%H%M%S")
do
num=num+1
mv -f $i $5_$timestamp_$num
done

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to run unix commands in a new shell inside a shell script?

Hi , I am having one situation in which I need to run some simple unix commands after doing "chroot" command in a shell script. Which in turn creates a new shell. So scenario is that - I need to have one shell script which is ran as a part of crontab - in this shell script I need to do a... (2 Replies)
Discussion started by: hkapil
2 Replies

2. UNIX for Advanced & Expert Users

Script is aborting if there is no file

HI! Iam running two scripts in my unix server First script is Splitting a file containing 300 records each with .tmp extension for eg Z_PRICE_NEW.tmp Second script is converting .tmp to.txt for file in Z_PRICE_NEW_2*.tmp ; do mv $file `echo $file |sed 's/\(.*\.\)tmp/\1txt/'`;done ... (1 Reply)
Discussion started by: mohdtausifsh
1 Replies

3. Shell Programming and Scripting

invoking a shell script inside cgi shell script

Hi, I have an HTML form through which I get some text as input. i need to run a shell script say script.sh inside a perl-cgi script named main_cgi.sh on the form input. I want to write the contents of the form in a file and then perform some command line operations like grep, cat on the text... (2 Replies)
Discussion started by: smriti_shridhar
2 Replies

4. Shell Programming and Scripting

Call a perl script inside a shell script

Hi all, I have the following snippet of code.. #!/bin/sh echo "run perl script............" #Run the verification script perl bill_ver echo " perl script completed....." echo "rename files......" #Remove from all file in the directories test, test1, test2, test3 for f in... (3 Replies)
Discussion started by: chriss_58
3 Replies

5. Shell Programming and Scripting

how to run shell script inside expect script?

I have the code like this : shell script continues ... .... expect -c" spawn telnet $ip expect "login:" send \"$usrname\r\" expect "Password:" send \"$passwd\r\" expect "*\>" send \"$cmdstr\r\" ... (1 Reply)
Discussion started by: robbiezr
1 Replies

6. Shell Programming and Scripting

Search the shell variable inside awk

Hai, I need to search a variable inside a file using awk in AIX. for ex: file.txt one two three four five i need to get the lines with two awk '/two/ {print}' file.txt But i need to change the two as a variable since it would be changed on runtime..i tried like below..nothing give... (3 Replies)
Discussion started by: jesu
3 Replies

7. Shell Programming and Scripting

Passing awk variable argument to a script which is being called inside awk

consider the script below sh /opt/hqe/hqapi1-client-5.0.0/bin/hqapi.sh alert list --host=localhost --port=7443 --user=hqadmin --password=hqadmin --secure=true >/tmp/alerts.xml awk -F'' '{for(i=1;i<=NF;i++){ if($i=="Alert id") { if(id!="") if(dt!=""){ cmd="sh someScript.sh... (2 Replies)
Discussion started by: vivek d r
2 Replies

8. Shell Programming and Scripting

If else condition inside for loop of awk command in UNIX shell scripting

Hi , Please excuse me for opening a new thread i am unable to find out the syntax error in my if else condition inside for loop in awk command , my actual aim is to print formatted html td tag when if condition (True) having string as "failed", could anyone please advise what is the right... (2 Replies)
Discussion started by: karthikram
2 Replies

9. Shell Programming and Scripting

How to merge Expect script inside shell script?

Hi I have two scripts one is Expect and other is shell. I want to merge Expect code in to Shell script so that i can run it using only one script. Can somebody help me out ? Order to execute: Run Expect_install.sh first and then when installation completes run runTests.sh shell script. ... (1 Reply)
Discussion started by: ashish_neekhra
1 Replies

10. Shell Programming and Scripting

Capture run time of python script executed inside shell script

I have bash shell script which is internally calling python script.I would like to know how long python is taking to execute.I am not allowed to do changes in python script.Please note i need to know execution time of python script which is getting executed inside shell .I need to store execution... (2 Replies)
Discussion started by: Adfire
2 Replies
TCBTEST(1)							   Tokyo Cabinet							TCBTEST(1)

NAME
tcbtest - test cases of the B+ tree database API DESCRIPTION
The command `tcbtest' is a utility for facility test and performance test. This command is used in the following format. `path' specifies the path of a database file. `rnum' specifies the number of iterations. `lmemb' specifies the number of members in each leaf page. `nmemb' specifies the number of members in each non-leaf page. `bnum' specifies the number of buckets. `apow' specifies the power of the alignment. `fpow' specifies the power of the free block pool. tcbtest write [-mt] [-cd|-ci|-cj] [-tl] [-td|-tb|-tt|-tx] [-lc num] [-nc num] [-xm num] [-df num] [-ls num] [-ca num] [-nl|-nb] [-rnd] path rnum [lmemb [nmemb [bnum [apow [fpow]]]]] Store records with keys of 8 bytes. They change as `00000001', `00000002'... tcbtest read [-mt] [-cd|-ci|-cj] [-lc num] [-nc num] [-xm num] [-df num] [-nl|-nb] [-wb] [-rnd] path Retrieve all records of the database above. tcbtest remove [-mt] [-cd|-ci|-cj] [-lc num] [-nc num] [-xm num] [-df num] [-nl|-nb] [-rnd] path Remove all records of the database above. tcbtest rcat [-mt] [-cd|-ci|-cj] [-tl] [-td|-tb|-tt|-tx] [-lc num] [-nc num] [-xm num] [-df num] [-ls num] [-ca num] [-nl|-nb] [-pn num] [-dai|-dad|-rl|-ru] path rnum [lmemb [nmemb [bnum [apow [fpow]]]]] Store records with partway duplicated keys using concatenate mode. tcbtest queue [-mt] [-cd|-ci|-cj] [-tl] [-td|-tb|-tt|-tx] [-lc num] [-nc num] [-xm num] [-df num] [-ls num] [-ca num] [-nl|-nb] path rnum [lmemb [nmemb [bnum [apow [fpow]]]]] Perform queueing and dequeueing. tcbtest misc [-mt] [-tl] [-td|-tb|-tt|-tx] [-nl|-nb] path rnum Perform miscellaneous test of various operations. tcbtest wicked [-mt] [-tl] [-td|-tb|-tt|-tx] [-nl|-nb] path rnum Perform updating operations selected at random. Options feature the following. -mt : call the function `tchdbsetmutex'. -cd : use the comparison function `tccmpdecimal'. -ci : use the comparison function `tccmpint32'. -cj : use the comparison function `tccmpint64'. -tl : enable the option `BDBTLARGE'. -td : enable the option `BDBTDEFLATE'. -tb : enable the option `BDBTBZIP'. -tt : enable the option `BDBTTCBS'. -tx : enable the option `BDBTEXCODEC'. -lc num : specify the number of cached leaf pages. -nc num : specify the number of cached non-leaf pages. -xm num : specify the size of the extra mapped memory. -df num : specify the unit step number of auto defragmentation. -ls num : specify the maximum size of each leaf page. -ca num : specify the capacity number of records. -nl : enable the option `BDBNOLCK'. -nb : enable the option `BDBLCKNB'. -rnd : select keys at random. -wb : use the function `tcbdbget3' instead of `tcbdbget'. -pn num : specify the number of patterns. -dai : use the function `tcbdbaddint' instead of `tcbdbputcat'. -dad : use the function `tcbdbadddouble' instead of `tcbdbputcat'. -rl : set the length of values at random. -ru : select update operations at random. This command returns 0 on success, another on failure. SEE ALSO
tcbmttest(1), tcbmgr(1), tcbdb(3), tokyocabinet(3) Man Page 2012-08-18 TCBTEST(1)
All times are GMT -4. The time now is 07:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy