Tagged Questions
0
votes
1answer
148 views
Enable audible bell in gnu screen current window
I use putty to ssh to a ubuntu bash shell, which holds irssi in a screen session.
I figure I can probably configure irssi to send system bell when certain messages show or activity happens, and I ...
1
vote
1answer
1k views
logout without being at login shell
In Ubuntu Desktop, there's a command to logout immediately, and the user can execute it without being at the login shell:
$ gnome-session-quit --logout --no-prompt
Q. What is the equivalent ...
1
vote
3answers
3k views
Script to Auto delete files older than a few minutes in ubuntu
is there a shell script out there that deletes all files in a folder that are older than x minutes?