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.
Scripting User Commands in Bash
http://bashshell.net –
Created by aweber 13 years 39 weeks ago – Made popular 13 years 39 weeks ago
Category: Beginner Tags:
Category: Beginner Tags:
- Login to post comments
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 »
Created by aweber 13 years 46 weeks ago – Made popular 13 years 46 weeks ago
Category: Beginner Tags:
Category: Beginner Tags:
- Login to post comments
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 »
Created by aweber 13 years 47 weeks ago – Made popular 13 years 47 weeks ago
Category: Beginner Tags:
Category: Beginner Tags:
- Login to post comments