#pbpaste — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pbpaste, aggregated by home.social.
-
How To Use Pbcopy And Pbpaste Commands On Linux #pbcopy #pbpaste #macos #xclip #xsel #linux #linuxcommands #linuxhowto #linuxtips
https://ostechnix.com/how-to-use-pbcopy-and-pbpaste-commands-on-linux/ -
How To Use Pbcopy And Pbpaste Commands On Linux #pbcopy #pbpaste #macos #xclip #xsel #linux #linuxcommands #linuxhowto #linuxtips
https://ostechnix.com/how-to-use-pbcopy-and-pbpaste-commands-on-linux/ -
How To Use Pbcopy And Pbpaste Commands On Linux #pbcopy #pbpaste #macos #xclip #xsel #linux #linuxcommands #linuxhowto #linuxtips
https://ostechnix.com/how-to-use-pbcopy-and-pbpaste-commands-on-linux/ -
How To Use Pbcopy And Pbpaste Commands On Linux #pbcopy #pbpaste #macos #xclip #xsel #linux #linuxcommands #linuxhowto #linuxtips
https://ostechnix.com/how-to-use-pbcopy-and-pbpaste-commands-on-linux/ -
How To Use Pbcopy And Pbpaste Commands On Linux #pbcopy #pbpaste #macos #xclip #xsel #linux #linuxcommands #linuxhowto #linuxtips
https://ostechnix.com/how-to-use-pbcopy-and-pbpaste-commands-on-linux/ -
Attempting to paste an empty pb happens so rarely it feels like a machine freeze.
-
I regularily use #pbcopy and #pbpaste shell commands on #MacOS. They are great to quickly process text. E.g. this formats JSON in clipboard and puts it back to clipboard:
$ pbpaste | jq | pbcopy
or this find the number of unique lines containing the word foo in file.txt:
$ grep foo file.txt | sort | uniq -c | pbcopy
PS: you can use `xmllint --format -` to format XML rather than #jq for JSON
-
I regularily use #pbcopy and #pbpaste shell commands on #MacOS. They are great to quickly process text. E.g. this formats JSON in clipboard and puts it back to clipboard:
$ pbpaste | jq | pbcopy
or this find the number of unique lines containing the word foo in file.txt:
$ grep foo file.txt | sort | uniq -c | pbcopy
PS: you can use `xmllint --format -` to format XML rather than #jq for JSON
-
I regularily use #pbcopy and #pbpaste shell commands on #MacOS. They are great to quickly process text. E.g. this formats JSON in clipboard and puts it back to clipboard:
$ pbpaste | jq | pbcopy
or this find the number of unique lines containing the word foo in file.txt:
$ grep foo file.txt | sort | uniq -c | pbcopy
PS: you can use `xmllint --format -` to format XML rather than #jq for JSON
-
I regularily use #pbcopy and #pbpaste shell commands on #MacOS. They are great to quickly process text. E.g. this formats JSON in clipboard and puts it back to clipboard:
$ pbpaste | jq | pbcopy
or this find the number of unique lines containing the word foo in file.txt:
$ grep foo file.txt | sort | uniq -c | pbcopy
PS: you can use `xmllint --format -` to format XML rather than #jq for JSON
-
I regularily use #pbcopy and #pbpaste shell commands on #MacOS. They are great to quickly process text. E.g. this formats JSON in clipboard and puts it back to clipboard:
$ pbpaste | jq | pbcopy
or this find the number of unique lines containing the word foo in file.txt:
$ grep foo file.txt | sort | uniq -c | pbcopy
PS: you can use `xmllint --format -` to format XML rather than #jq for JSON