![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with reading file line-by-line, and outputting to a new file | Darkness Fish | Shell Programming and Scripting | 4 | 07-18-2008 07:54 AM |
| SED - editing file names (End of line problem?) | busillis | Shell Programming and Scripting | 1 | 03-23-2008 08:59 AM |
| /etc/passwd file been deleted | gera_sachin125 | SUN Solaris | 5 | 02-11-2008 01:36 PM |
| File deleted bymistake | csreenivas | SUN Solaris | 1 | 06-07-2007 07:00 AM |
| Problem parsing line in file | rlwilli | Shell Programming and Scripting | 2 | 09-02-2006 12:15 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sed problem - last line of file deleted
Hi, I am simply trying to remove the header row from a file using sed, but I'm running into strange difficulties. It seems that in addition to removing the first line, this command is also removing the last line (or more specifically, clearing the last line, since the line is still counted even though it's empty). For what it's worth, I've included several versions of the sed command all exhibiting the same behavior. Code:
sed '1 d' file sed 1d file sed '1d' file sed '1,1 d' file |
| Bookmarks |
| Tags |
| unix commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|