Help for this page

Select Code to Download


  1. or download this
    perl -lne 'print "@{[(split /:/)[0, 4]]}"' /etc/passwd
    
  2. or download this
    perl -F: -lane 'print "@F[0, 4]"' /etc/passwd