Need Software to practice Shell scripting


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Need Software to practice Shell scripting
# 1  
Old 09-16-2013
Need Software to practice Shell scripting

Hi,

I need a software in Windows to practice Shell scripting and unix commands.
Please let me know.
I have used Putty in Office network. Can it be used on single machine. If yes, How can I configure it.
Thanks.
# 2  
Old 09-16-2013
PuTTY is a terminal emulator and not unix on its own. Your office IT security might prevent you from connecting to their network from home. You might need some security clearance to be able to connect to office network. Talk to your IT team.

By the way, did you take a look at cygwin? - Cygwin
# 3  
Old 09-16-2013
Don't mistake the monitor for the computer, PUTTY is not UNIX.

busybox for windows is a convenient way to get a small UNIX-like system with shell and utilities in one executable with no install. busybox bash and you're in a shell.

Note that it's still truly Windows, so things like case-insensitive filenames, a lack of symlinks and named pipes, and other such things will occur.
# 4  
Old 09-16-2013
Thanks for the reply. I dont want to connect to Office netwrk through my own laptop. I would like to know if I can download putty and configure to run it on single desktop.
I didnt try cygwin yet. What all needs to be downloaded for cygwin. Downloading just Cygwin is sufficient?
# 5  
Old 09-16-2013
Quote:
Originally Posted by Nikhath
Thanks for the reply. I dont want to connect to Office netwrk through my own laptop. I would like to know if I can download putty and configure to run it on single desktop.
There would be no point in doing so. PUTTY is just a screen that talks to something else. PUTTY IS NOT UNIX!

Cygwin is a big system. You'd need to install dozens or hundreds of packages to get a good and complete enough shell to play in.

Which is why I suggest busybox since it comes with a decent shell and lots of utilities built-in. You don't need to track down awk, sed, cp, mv individually.
This User Gave Thanks to Corona688 For This Post:
# 6  
Old 09-16-2013
Another option could be to install Virtualbox and get a minimal install of CentOS. In just a few minutes, you could be interacting with a full fledged shell. Then, you could learn more.
This User Gave Thanks to Aia For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Practice Linux Scripting

hey everyone, does anyone here have any good sites, or book recommendations that give you practice scripts to write? It's hard for me to think of scripts that I should write for practice. I've written a small backup script, but I'd rather have a source that gives me ideas, and practice for... (1 Reply)
Discussion started by: Lost in Cyberia
1 Replies

2. UNIX for Dummies Questions & Answers

practice scripting

Is there any sites out there that have examples of things they want you to go and script for practice? I have looked around but have came up empty handed. I have been writing scripts for things I need on my nix box but have am wanting more challenging things to keep me learning. I would prefer... (3 Replies)
Discussion started by: linuxn00b
3 Replies

3. What is on Your Mind?

Shell Scripting vs Perl scripting

Gents, I have been working in a Solaris/Unix environment for about 9 months. I took some linux classses online before getting the job. But, I am not very good at scripting. I want to learn how to script. Do you think that I should start with Shell scripting or Perl? I wanted to continue with... (2 Replies)
Discussion started by: Pouchie1
2 Replies

4. Shell Programming and Scripting

Call Shell scripting from Perl Scripting.

Hi How to call a shell scripting through a Perl scripting? Actually I need some value from Shell scripting and passes in the Perl scripting. So how can i do this? (2 Replies)
Discussion started by: anupdas
2 Replies

5. Shell Programming and Scripting

shell scripting practice

Hi , I am new to shell scripting and want to practice some examples. Can anyone tell me any site that works as a tutorial and I can have lot of ready examples for practice. This would hel-p me in understanding the shell scripting faster. Thanks (4 Replies)
Discussion started by: himvat
4 Replies

6. UNIX for Dummies Questions & Answers

how to practice unix in online without unix software

hi, im new to unix.i dont have unix software in my system. Is there any website is there to practice unix in online can u please any one help me...... thanks in advance (3 Replies)
Discussion started by: gowridoc
3 Replies

7. UNIX for Dummies Questions & Answers

practice tests- Unix Korn Shell Scripting

Hi, I am about to take certification for "Unix Korn Shell Scripting", which is conducted by brain bench. ( http://www.brainbench.com/xml/bb/common/testcenter/taketest.xml?testId=46) The test consists of 40 single and multiple choice questions that must be answered in 60 minutes. The pass mark... (0 Replies)
Discussion started by: eswasas
0 Replies

8. Shell Programming and Scripting

korn best practice for shell

I need to create a korn function script that has parameter checking and a help section if the parameter count is wrong, then how do I create a library to store these functions and allow them to be called by others???? (1 Reply)
Discussion started by: jph
1 Replies

9. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies
Login or Register to Ask a Question