LPodolski

PHP, MySQL, JS, Symfony, linux, bash programing

  • Contact me
  • Interesting
  • Symfony features Reference
  • Tech news
  • Usefull Linux commands
  • Usefull tools

Search

Recent Posts

  • Doctrine debug executed sql queries
  • Close unresponsive, hanging ssh connection
  • Link Pictures directory into Dropbox account in Ubuntu / PopOs
  • LibreOffice modify default margins
  • JS, jQuery on input ENTER keypress submit form

Categories

  • JS
  • Linux
  • Main
  • PHP
  • Ubuntu

Category: Ubuntu

Copy command output to clipboard using pipe

September 9, 2018 by LPodolski·0 Comments
alias copy='xclip -sel clip'

sudo apt-get install xclip

echo "alias copy='xclip -sel clip'" >> ~/.bashrc

 

 

Contact me