Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Remove Header from File

Original Message
Name: nimi
Date: July 16, 2007 at 20:45:43 Pacific
Subject: Remove Header from File
OS: NA
CPU/Ram: NA
Model/Manufacturer: NA
Comment:
My script works this way:-

rm -f $1/$2
filepath=`/usr/bin/ls -tr $1 | /usr/bin/grep 'USSD_successrate_gt'`

if [ "$filepath" != "" ]
then
for filename in $filepath
do
cat $1/$filename | awk -f: '{print $0}' >> $1/$2
done

My input files have headers on the first row of each file which i want to remove when i am concatenating the files.

day,hour,called,status,result,operation type
2007-07-15,00,S147:T0:60120001051,0,40736,total trans/hour

What command should i include in this line

cat $1/$filename | awk -f: '{print $0}' >> $1/$2

TQ

Nimi


Report Offensive Message For Removal


Response Number 1
Name: nimi
Date: July 16, 2007 at 20:52:55 Pacific
Subject: Remove Header from File
Reply: (edit)
FYI

$1 = File directory
$2 = Output File name

Nimi


Report Offensive Follow Up For Removal

Response Number 2
Name: lankrypt0
Date: July 17, 2007 at 07:31:17 Pacific
Subject: Remove Header from File
Reply: (edit)
If all you want to do is remove the first row, try:
tail +2 < filename

Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Remove Header from File

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




Batch File- Current Date in Excel

how to setup call of duty to joytok

WindowsME / HotMail Problem

Corrupt memory

Convert fat32 to Ntfs


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC