Last active
August 29, 2015 14:19
-
-
Save demagu-sr/4b96b5712a5f47888690 to your computer and use it in GitHub Desktop.
Linux Command line Hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) $ xclip -> copy output of a content to clipboard | |
$ xclip -o -> pastes clipboard contents | |
Example: $ pwd | xclip -> (copies output of pwd to clipboard) | |
$ xclip -o -> (pastes clipboard contents) | |
2) $ xkill -> kill the selected window | |
3) $ rfkill -> lists the details of firmware like wifi, bluetooth | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment