Microsoft
Software
Hardware
Network
Question : Unix Script for Reading text file line by line
OK. I need help in unix scripting.
I have attached a sample file. Here are my queries.
1. Read the text file line by line. So there should be 5 lines to be read
2. Find t.mgmt_sa_code='TRADERA' and capture TRADERA in variable.
3. Save each line in a separate file. For e.g. the first line of the file will be saved with a filename TRADERA.sql. So 5 lines means 5 files should be saved when the program is completed
Please provide the script which can do the above.
I believe it should be simple.
Thanks,
ajexpert
Answer : Unix Script for Reading text file line by line
The above was a ksh script,
below is a bash script
#!/usr/bin/bash
while read line ; do
f=${line#*t.mgmt_sa_code="
'"}
echo $line > ${f%"'";*}.sql
done < sample.txt
Random Solutions
COMException (0x80040213): The transport failed to connect to the server.
auto-populate multiple select boxes
How do I use the "-and" logical operator in PowerShell?
Sysprep is stripping all my Microsft Office 2003 Settings
Restoring System State for a Domain Controller for Disaster recovery to 2003 Server with SP1
BIOS is not ACPI Compliant...but It's not my motherboard??
unexpected end of file Error after downloading gzip file
Sql Server Management Studio Express 2005 - Copy Database
Flush DNS Server cache?
GIMP vs PSP vs PhotoShop