We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3868fc2 commit 72c71cdCopy full SHA for 72c71cd
README.md
@@ -376,10 +376,11 @@ A few examples of piecing together commands:
376
```sh
377
function taocl() {
378
curl -s https://raw.githubusercontent.com/jlevy/the-art-of-command-line/master/README.md |
379
+ sed '/cowsay[.]png/d' |
380
pandoc -f markdown -t html |
381
xmlstarlet fo --html --dropdtd |
382
xmlstarlet sel -t -v "(html/body/ul/li[count(p)>0])[$RANDOM mod last()+1]" |
- xmlstarlet unesc | fmt -80
383
+ xmlstarlet unesc | fmt -80 | iconv -t US
384
}
385
```
386
0 commit comments