330 reputation
6
bio website
location
age
visits member for 8 months
seen May 20 at 22:47
stats profile views 0

Jan
21
comment What is SNMP used for?
It also doesn't really answer the question as written.
Jan
11
comment Shell script to -9 kill based on name
You can use -9 with pkill too...
Jan
9
comment Is #!/bin/sh read by the interpreter?
In Perl, if the interpreter is started directly (perl script.pl vs. ./script.pl) then the interpreter will read the shebang line to parse flags such as -w. It's not recommended to rely on this feature though.
Sep
6
comment How do I delete my commands quickly?
@shan23 Read the "Editor commands" section of man tcsh, or use bindkey -l. It looks like it's very different.
Sep
5
comment How do I delete my commands quickly?
These are generic UNIX control codes. The default ubuntu terminal is bash-based, which is different.