Microsoft
Software
Hardware
Network
Question : skip the header when reading a file
Hi,
just a very short question
for line in open(file):
line = line.strip().split()
print line
But it's reading also the header line. How can i skip it in an easy way without using if
Answer : skip the header when reading a file
Oops, missed without if. Ok:
1: 2: 3: 4:
f = open(name) f.next() for line in f: print line.strip().split()
Open in New Window
Select All
Random Solutions
CGI scripts with Perl for ISAPI
How can I uninstall Windows Media Player 11 and How I clean the registry to be able to Install WMP v.10
Sync Outlook private contacts witha public folder.
find duplicate records in MS Access
XCOPY for backup
nested ifs in korn shell scripting
How to copy shortcuts for all users on first login
Is there a log of system telnet accesses?
Datasources on WebSphere
Single page website SEO question