script
JQUERY Div update Ajax No Page Loading
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript" />- inder's blog
- Login or register to post comments
- Read more
what is shell script and how to use it? starting commands and scripts in linux
"Shell Script is series of linux command written in plain text file . Shell script is just like batch file is MS-DOS but have more power than the MS-DOS batch file e.g it can have the fully programming functionality in it."
Crontab Commands setup cron jobs in linux Edit your crontab file, or create one if it doesn't already exist.
In linux we can change cron tab file for setting and configuring cron jobs.We can use Vi editor for opening this file.
e.g crontab -e
Crontab Commands
__________
crontab -e Edit your crontab file, or create one if it doesn't already exist.
crontab -l Display your crontab file.
shell script variables linux bash shell using ssh from putty for commands
What Are Shell Script Variables?
A variable in a shellscript is a means of referencing a numeric or character value. And unlike formal programming languages, a shell script doesn't require you to declare a type for your variables.
linux mkdir command for creating directory with date which is helpful while cron scripts
mkdir `date +%b%y`
(creates a directory Jul02)
mkdir `date +%b%Y`
(creates a directory Jul2002)
mkdir `date +%m%y`
(creates a directory 0702)
mkdir `date +%m%Y`
(creates a directory 072002)
![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss.png)