Help for this page

Select Code to Download


  1. or download this
    perl -lne 'print ((split /:/)[0])' /etc/passwd
    
  2. or download this
    perl -lne 'print ((split /:/)[0] . " " . (split /:/)[4])' /etc/passwd