How to shell script?? Where to script??
The best way is to get any flavor of UNIX .
You can just do it in terminal or go for more attractive GUI like : geany
Alternatives for other OS :
1.cigwin : cygwin
2.mks : mks
3.winbash : winbash
Online best alternative : junix
Now , the simplest way to write a script in terminal :
$ cat > script_name
> type here
>
>
press Ctrl+D
then ,
$ chmod 777 script_name
$ ./script_name
Other methods will be disclosed in the next coming posts
You can just do it in terminal or go for more attractive GUI like : geany
Alternatives for other OS :
1.cigwin : cygwin
2.mks : mks
3.winbash : winbash
Online best alternative : junix
Now , the simplest way to write a script in terminal :
$ cat > script_name
> type here
>
>
press Ctrl+D
then ,
$ chmod 777 script_name
$ ./script_name
Other methods will be disclosed in the next coming posts
Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs