spacepaste

  1.  
  2. $ find /etc/pulse -exec head -n 1 {} +
  3. ==> /etc/pulse <==
  4. head: error reading '/etc/pulse': Is a directory
  5. ==> /etc/pulse/client.conf <==
  6. # This file is part of PulseAudio.
  7. ==> /etc/pulse/daemon.conf <==
  8. # This file is part of PulseAudio.
  9. ==> /etc/pulse/system.pa <==
  10. #!/usr/bin/pulseaudio -nF
  11. ==> /etc/pulse/default.pa <==
  12. #!/usr/bin/pulseaudio -nF
  13.