Shell Scripting



Internal Commands and Builtins in Shell Environment

E-mail

Internal Commands and Builtins in Shell Environment


                          A builtin is a command contained within the Bash tool set, literally built in. This is either for performance reasons -- builtins execute faster than external commands, which usually require forking off a separate process -- or because a particular builtin needs direct access to the shell internals.
 

Using expr

E-mail

Using expr



Example of expr function usage
Read more... [Using expr]
 

Command Substitution in Shell scripting

E-mail

Command Substitution in Shell scripting



Command substitution reassigns the output of a command [1] or even multiple commands; it literally plugs the command output into another context.
Read more... [Command Substitution in Shell scripting]
 

Special Variable Types in Shell

E-mail

Special Variable Types in Shell



Some of the Special variable types in Shell programming
Read more... [Special Variable Types in Shell]
 

Variable Assignment in Shell Scripting

E-mail

Variable Assignment in Shell Scripting



How assignment Operator works in Shell scripting?
Read more... [Variable Assignment in Shell Scripting]
 
« StartPrev12345678NextEnd »

Page 1 of 8

Donate

Development & maintainance needs time & money.
With your donation you can help us to keep this project alive
Donate:
  Monthly Monthly
Currency
Amount

Language Translator

Amazon

Copyright @ 2008 | Tutorialsforu.info | Developed by Open Source Coders | Add your link.