RCS file: RCS/01_script,v
Working file: 01_script
head: 1.10
branch:
locks: strict
root: 1.10
access list:
symbolic names:
keyword substitution: kv
total revisions: 10; selected revisions: 10
description:
This is a shell script program to know the use of variables in shell script
----------------------------
revision 1.10 locked by: root;
date: 2014/11/01 20:13:49; author: root; state: Exp; lines: +3 -3
corrected some isssues
----------------------------
revision 1.9
date: 2014/11/01 20:10:07; author: root; state: Exp; lines: +4 -0
implemented $PS1 and $PS2
implemented $SHELL to know in which shell we are working
implemented $IFS
----------------------------
revision 1.8
date: 2014/11/01 20:04:52; author: root; state: Exp; lines: +3 -0
implemented environment variable $PATH
implemented environment variable $HOME
implemented environment variable $$
----------------------------
revision 1.7
date: 2014/11/01 19:57:23; author: root; state: Exp; lines: +6 -0
implemented environment variable like command line argument c
implemented $0
implemented $#
implemented $*
----------------------------
revision 1.6
date: 2014/11/01 19:52:12; author: root; state: Exp; lines: +1 -1
corrected
----------------------------
revision 1.5
date: 2014/11/01 19:50:14; author: root; state: Exp; lines: +2 -1
read command was included to read variable in run time
----------------------------
revision 1.4
date: 2014/11/01 19:47:39; author: root; state: Exp; lines: +2 -2
corrected spelling of variable salutation.
----------------------------
revision 1.3
date: 2014/11/01 19:45:22; author: root; state: Exp; lines: +4 -4
blank space was removed from the statements
----------------------------
revision 1.2
date: 2014/11/01 16:14:13; author: root; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.1
date: 2014/11/01 15:58:42; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: RCS/02_condition_script,v
Working file: 02_condition_script
head: 1.6
branch:
locks: strict
root: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6; selected revisions: 6
description:
This is a program to check conditions in shell script
if and macro test were implemented
----------------------------
revision 1.6 locked by: root;
date: 2014/11/01 20:49:14; author: root; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.5
date: 2014/11/01 20:48:20; author: root; state: Exp; lines: +1 -1
corrected
----------------------------
revision 1.4
date: 2014/11/01 20:46:43; author: root; state: Exp; lines: +5 -3
implemented elif statement
----------------------------
revision 1.3
date: 2014/11/01 20:32:49; author: root; state: Exp; lines: +6 -4
implemented condition using value given by user
----------------------------
revision 1.2
date: 2014/11/01 20:27:25; author: root; state: Exp; lines: +3 -2
implemented '[' Macro
implemented else
----------------------------
revision 1.1
date: 2014/11/01 20:23:55; author: root; state: Exp;
Initial revision
=============================================================================
It looks like you're new here. If you want to get involved, click one of these buttons!