Skip to main content
1 of 2
Kevin
  • 3.1k
  • 1
  • 16
  • 21

Getting there by a round-about:

ls --help | grep "P, E, Z" | cut -c 37 ; head -n 3 /etc/passwd | tail -n 1 | cut -c 7 

Output:

4 2 

Ubuntu 12.04, 64-bit Desktop

Kevin
  • 3.1k
  • 1
  • 16
  • 21