variables

0

Scripting User Commands in Bash

http://bashshell.net

How to use a Bash Shell script to record the activity of users. This
script is useful in rebuilding the actions of users as they work at
the command line.

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

Using Variables With awk

http://bashshell.net

awk supports user defined variables as well as variables that are predefined. These variables do not need to be declared like they do in bash scripts. There are three types of variables.

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

Bash Shell Variables an Introduction

http://bashshell.net

The Bash Shell provides the ability to create symbolic names which the shell stores in memory and which can be assigned values so that it can be used repeatedly in a shell script.

Read more »
aweber's picture
Created by aweber 13 years 23 weeks ago – Made popular 13 years 22 weeks ago
Category: Beginner   Tags:

Best karma users