mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
docs: clarify single-quote comment is for Unix
This commit is contained in:
parent
9c10d8163b
commit
e017a95154
1 changed files with 3 additions and 2 deletions
|
|
@ -137,8 +137,9 @@ be useful for piping into other Unix commands (such as `xargs`_). Similarly, the
|
|||
``-f`` option lets you specify a specific format with which to print every album
|
||||
or track. This uses the same template syntax as beets' :doc:`path formats
|
||||
<pathformat>`. For example, the command ``beet ls -af '$album: $tracktotal'
|
||||
beatles`` prints out the number of tracks on each Beatles album. Remember to
|
||||
enclose the template argument in single quotes to avoid shell expansion.
|
||||
beatles`` prints out the number of tracks on each Beatles album. In Unix shells,
|
||||
remember to enclose the template argument in single quotes to avoid environment
|
||||
variable expansion.
|
||||
|
||||
.. _xargs: http://en.wikipedia.org/wiki/Xargs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue