scripts on a xTerm
Executing commands on the terminal that too same, long ones, one after anotherĀ may get a bit boring at times. I often have to deal with long commands such as mounting ISO images that are located somewhere on my computer and also executing commands with various options.
So typing them again and again or even searching for them through the arrow keys sometimes eally piss me off. So what I have simply done is created a few scripts on the BASH shell itself to ease my job. Creating scripts are very easy provided you have some knowledge of the scripting language BASH or whatever you might be using. A script is basically a text file containing the set of commands those have to be executed one by one, and the text file is then set to +x (execute) mode using chmod command. Grab some BASH manual for BASH commands.
Share and Bookmark
Shortlink: http://digitizor.com/?p=1787
Discus this topic in the Digitizor Forums.
Leave a Comment / See what others have said
Related Articles
- A handy script for backing up your emails in Evolution mail client
- Python Scripting on your Nokia N Series mobile phone
- Broadcast your computer`s start time and shutdown time to twitter
- How to install plugins, extensions, Greasemonkey scripts in Chrome Browser?
- phpsh – An interactive shell (command line) for PHP
- Setting up Mysql database server on Fedora
- How To Install Gnome 3 Shell in Ubuntu Karmic Koala
- How to mount Mac Disk images (dmg) in Linux?



Phone