auopen.1 553 B

123456789101112131415161718192021222324252627282930
  1. .Dd May 12, 2017
  2. .Dt AUOPEN 1
  3. .Os
  4. .Sh NAME
  5. .Nm auopen
  6. .Nd attempt to select the appropriate
  7. .Xr file2au 1
  8. utility for
  9. .Ar file
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Ar file
  13. .Op Ar argument ...
  14. .Sh DESCRIPTION
  15. Attempt to select the appropriate
  16. .Xr file2au 1
  17. utility to decode
  18. .Ar file
  19. by reading its header.
  20. The arguments are passed verbatim to the selected utility.
  21. .Sh EXAMPLES
  22. Play all compatible audio files in the current directory:
  23. .Dl for f in *; do auopen "$f" -c command.fifo | au2dev; done
  24. .Sh EXIT STATUS
  25. .Ex -std
  26. .Sh SEE ALSO
  27. .Xr au 7
  28. .Xr au2dev 1
  29. .Xr file2au 1