Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Gilles earned this badge 68 times |
may 17 at 5:46
Newlines in filenames
apr 3 at 10:39
what is meant by connecting STDOUT and STDIN?
mar 4 at 7:50
For loops in zsh and bash
feb 19 at 19:09
How to run Dropbox daemon in background?
jan 16 at 12:49
How can I tell if I'm in a tmux session from a bash script?
dec 19 at 12:04
Rebooting without shutting off?
dec 8 at 0:31
confirmed exit using trap
sep 20 at 19:17
Where can I see a list of kernel killed processes?
sep 3 at 21:18
Split pages in pdf
aug 31 at 14:01
What is meant by mounting a device in Linux?
aug 29 at 15:50
GNU Screen: new window name change
jul 19 at 19:19
What are the recommended ways of defending a remote *nix install from a hamfisted admin?
jul 12 at 21:22
How do I do a ls and then sort the results by date created?
jul 12 at 20:52
configuration ethics (esthetics): /etc vs $HOME
may 22 '12 at 6:07
In Linux, “Write” Permission Is Equivalent To “Execute” For Directories?
mar 17 '12 at 19:56
What happened to my free space
feb 20 '12 at 21:41
How can I disown a running process and associate it to a new screen shell?
dec 30 '11 at 17:17
How can I “relink” a lot of broken symlinks?
dec 19 '11 at 19:17
How to install some packages from “unstable” Debian on a computer running “stable” Debian?
dec 18 '11 at 3:36
Who's got the other end of this unix socketpair?
dec 13 '11 at 23:01
Is it possible to configure Bash so that STDERR can be a different color than STDOUT?
nov 21 '11 at 23:23
How do I close a terminal without saving the history?
nov 18 '11 at 15:00
How does this sed comand work?
nov 15 '11 at 11:44
bash functions vs scripts
nov 14 '11 at 13:04
Why is `--human-readable` needed and not default?
nov 9 '11 at 23:12
Avoiding “BASH-isms” in shell scripts
nov 9 '11 at 5:36
Are two files hardlinked?
oct 7 '11 at 14:25
Execute bash scripts on entering a directory
sep 28 '11 at 22:05
In bash is if [ -z “$1” ] and if [ “$1” = “” ] the same?
sep 24 '11 at 3:30
Display stuff below the prompt at a shell prompt?
aug 30 '11 at 5:22
What do the device files in /dev actually do?
aug 8 '11 at 11:34
Is there an alternative to CUPS?
jul 13 '11 at 10:38
Is it safe to give out my SSH public key for work?
jul 11 '11 at 0:56
General specification for command line interface
jul 4 '11 at 4:51
Bash: assign ls | grep to a variable and echo it with a string
jun 25 '11 at 16:10
How do I test to see if an application exists in $PATH?
jun 25 '11 at 15:50
What causes various signals to be sent?
jun 14 '11 at 22:07
What's the difference between fork() and vfork()?
jun 10 '11 at 22:13
rebuild auto-complete index (or whatever it's called)
may 13 '11 at 15:56
How does sudo work?
may 1 '11 at 10:14
How can I view gzipped files in less without having to type zless?
mar 22 '11 at 11:28
Do you need a shell for SCP?
mar 20 '11 at 23:32
Why are UNIX logins often formed with the first letter of the first name followed by the first seven letters of the name?
mar 12 '11 at 7:16
Is there a one-liner that allows me to create a directory and move into it at the same time?
mar 11 '11 at 23:01
How to wget a file to a remote machine over SSH?
jan 25 '11 at 23:22
SSH easily copy file to local system