shell scripts

0

Shell scripting for system administrators: the basics

http://www.linuxuser.co.uk

For system administrators shell scripting can be a very useful way to drastically improve workflow. Join Swayam Prakasha to find out how you can employ some fundemental tips and techniques to make your life easier…

Read more »
sockpuppet's picture
Created by sockpuppet 11 years 42 weeks ago – Made popular 11 years 42 weeks ago
Category: High End   Tags:
0

How to Use Conditions In Shell Scripts

http://beginlinux.com

One of the most important tasks for a Linux administrator to achieve in shell scripting is to test for information you need to know. Conditions is a way to test for one thing and if that is true then take one action and if it is not true take a different action. This tutorial, with illustrations, will help you start writing conditions to test for the information you need.

Read more »
aweber's picture
Created by aweber 12 years 10 weeks ago – Made popular 12 years 10 weeks ago
Category: Beginner   Tags:
0

Intro to Shell Programming: Writing a Simple Web Gallery

http://www.linuxplanet.com

So you're not a programmer, you say? If you can string a few shell commands together, it's not much of a step from there to programming. To demonstrate that, I'll take you through the steps of writing a very simple web gallery script: one that will take your images and build a little web page to show them off.

Read more »
anna's picture
Created by anna 13 years 12 weeks ago – Made popular 13 years 12 weeks ago
Category: End User   Tags:
0

Saving my sanity with Zenity : shell script interaction via the GUI

http://www.freesoftwaremagazine.com

Whilst an increasing number of recent converts are avoiding it (and I don't blame them really), the shell is still a key tool for the majority of GNU/Linux users. Shell scripts are knocked-up, shared and deployed in all sorts of circumstances - some simply time-saving, others life-saving.

Read more »
gooogle's picture
Created by gooogle 13 years 19 weeks ago – Made popular 13 years 19 weeks ago
Category: End User   Tags:
0

Patterns and string processing in shell scripts

http://www.linux.com

Shell programming is heavily dependent on string processing. The term string is used generically to refer to any sequence of characters; typical examples of strings might be a line of input or a single argument to a command. Users enter responses to prompts, file names are generated, and commands produce output.

Read more »
the_borg10001101's picture
Created by the_borg10001101 13 years 24 weeks ago – Made popular 13 years 24 weeks ago
Category: High End   Tags:

Best karma users