Re: only output the nth line

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/12/2010 05:58 PM, Jozsi Vadkan wrote:
> And i want to only output the first, second, and fourth line to another
> file.
> 
> The:
> 
> sed -n '1,2p;4p' file.txt

Works for me:

$ sed -n '1,2p;4p' /tmp/t  # t contains lines numbered 1, 2 etc.
1
2
4

$ sed -n '1,2p;4p' /tmp/file.txt # file from original post
daemon
1):
0

What goes wrong when you try it?

Regards,
Bryn.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkvq4AAACgkQ6YSQoMYUY95SmQCggrNvJQSAVRTzo472isMDxyFR
RuIAoLDjeBJl6ahIMdJU6HGMAcYRruuv
=7btP
-----END PGP SIGNATURE-----
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux