Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Gilles earned this badge 221 times |
may 19 at 0:07
How to add newlines into variables in bash script
may 17 at 5:46
Newlines in filenames
may 7 at 16:21
Clearing GNU Screen after full-screen application
may 5 at 12:22
rolling diffs for storage of highly similar files?
apr 29 at 9:03
scp without replacing existing files in the destination
apr 23 at 19:11
How to fix Ctrl + arrows in Vim?
apr 7 at 17:20
Find command: how to ignore case?
apr 5 at 0:56
The way to use `/usr/bin/env sed -f ` in shebang?
apr 3 at 9:04
what is meant by connecting STDOUT and STDIN?
mar 29 at 10:01
Sync a local directory with a remote directory in Linux
mar 22 at 19:47
How can I create a /dev/null-like “blackhole” directory?
mar 20 at 16:57
How to close (kill) ssh ControlMaster connections manually
mar 13 at 6:40
How can I detect if the shell is controlled from SSH?
mar 5 at 18:54
Why did my crontab not trigger?
mar 4 at 6:50
For loops in zsh and bash
feb 21 at 14:51
Why can't a normal user `chown` a file?
feb 20 at 15:35
Why does mount require root privileges?
feb 19 at 19:59
How to create a DEB file manually?
feb 19 at 18:54
How to run Dropbox daemon in background?
feb 19 at 17:54
scp: How to Enable Autocompletion for Remote Paths?
feb 19 at 4:51
What is a valid hostname label?
feb 8 at 3:38
dd: writing '/dev/null': No space left on device
feb 6 at 20:21
“mkdir foo; svn mv * foo”
feb 6 at 16:56
Why does this add spaces? echo “x ax” | sed 's/x\s*/x /'
feb 4 at 15:46
Is CentOS exactly the same as RHEL?
jan 24 at 13:29
Program behavior when kill -HUP is recieved?
jan 23 at 2:08
Favorite partitioning and mounting tricks
jan 22 at 18:03
How to signal the end of stdin input in bash
jan 22 at 15:03
How to prevent a mistaken rm -rf for specific folders?
jan 21 at 20:23
How do I grep for multiple patterns?
jan 16 at 12:49
How can I tell if I'm in a tmux session from a bash script?
jan 11 at 20:22
What is Debian's stance regarding GCJ and OpenJDK?
jan 10 at 13:17
How do I know if a partition is ext2, ext3, or ext4?
jan 6 at 1:11
How to have cron run a python script as root?
dec 19 at 21:19
Bash scripting and large files (bug): input with the read builtin from a redirection gives unexpected result
dec 19 at 11:44
Rebooting without shutting off?
dec 17 at 13:33
copy recursively except hidden directory
dec 13 at 22:07
How do I remove a user from a group?
dec 13 at 8:57
How to remove all empty directories in a subtree?
dec 7 at 23:46
confirmed exit using trap
nov 23 at 4:49
How to correctly add a path to PATH?