Sponsored Content
Full Discussion: Good free OS
Operating Systems Linux Fedora Good free OS Post 302558687 by Scrutinizer on Sunday 25th of September 2011 02:02:03 AM
Old 09-25-2011
About Ubuntu: bash is the default interactive shell. dash was chosen as the default system shell (/bin/sh) mainly because it is significantly faster than bash and so Ubuntu starts up signifcantly faster. https://wiki.ubuntu.com/DashAsBinSh

Also, the memory requirements really are a lot lower than Windows: Ubuntu vs. Windows memory, and a backup solution | Developer World - InfoWorld
The OP likes to write scripts that should run on multiples platforms, so than it is good to have POSIX-only compliant dash around for testing, since scripts that work in dash, will likely work in other POSIX compliant shells too..

So I'd say Ubuntu may be a good choice.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Looking for good free Xserver cygwin X slow…

Hello all I was using cygwin X for years now , but now im trying to Open the new sunstudio 12 with it and its stack and slow , other folks Here at work that are using not free Xservers could open it easily. Is there some kind of free Xserver that I can use . (0 Replies)
Discussion started by: umen
0 Replies

2. Solaris

how to get the more memory free space (see memory free column)

Hi all, Could please let me know how to get the more memory free space (not added the RAM) in local zone. -bash-3.00# vmstat 2 5 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr s0 s1 s1 s1 in sy cs us sy... (3 Replies)
Discussion started by: murthy76
3 Replies

3. Solaris

MountPoint / is 8% with 899.49MB free crossing threshold of 10% free

Hi, I have a problem one of the server file system cross the limitation MountPoint / is 8% with 899.49MB free crossing threshold of 10% free out put please help how to resolve this dev/vx/dsk/bootdg/rootvol 9.8G 8.8G 956M 91% / /devices ... (3 Replies)
Discussion started by: sriniva0
3 Replies

4. What is on Your Mind?

Any good free file hosting websites out there?

Hello. I am trying to find a website where I will post a zip file containing a pdf file and the website can host it and people can download it. I just want to know any good websites for hosting these files. No surveys, free service, ease of use, no pop ups, no sign up and not a lot of advertising.... (6 Replies)
Discussion started by: orszhak
6 Replies

5. What is on Your Mind?

What is good?

Hello everyone, I am using centos, 1) solaris is free right? 2) I want to learn solaris and install it in a computer that I am mounting, I would like know what is strong in solaris and if do it is wise. I am programmer python, learning machine and programming in general,..any help thanks,.. (6 Replies)
Discussion started by: gitac
6 Replies
WRITE(1)						    BSD General Commands Manual 						  WRITE(1)

NAME
write -- send a message to another user SYNOPSIS
write user [tty] DESCRIPTION
The write utility allows you to communicate with other users, by copying lines from your terminal to theirs. When you run the write command, the user you are writing to gets a message of the form: Message from yourname@yourhost on yourtty at hh:mm ... Any further lines you enter will be copied to the specified user's terminal. If the other user wants to reply, they must run write as well. When you are done, type an end-of-file or interrupt character. The other user will see the message 'EOF' indicating that the conversation is over. You can prevent people (other than the super-user) from writing to you with the mesg(1) command. If the user you want to write to is logged in on more than one terminal, you can specify which terminal to write to by specifying the termi- nal name as the second operand to the write command. Alternatively, you can let write select one of the terminals - it will pick the one with the shortest idle time. This is so that if the user is logged in at work and also dialed up from home, the message will go to the right place. The traditional protocol for writing to someone is that the string '-o', either at the end of a line or on a line by itself, means that it is the other person's turn to talk. The string 'oo' means that the person believes the conversation to be over. SEE ALSO
mesg(1), talk(1), wall(1), who(1) HISTORY
A write command appeared in Version 1 AT&T UNIX. BUGS
The sender's LC_CTYPE setting is used to determine which characters are safe to write to a terminal, not the receiver's (which write has no way of knowing). BSD
February 13, 2012 BSD
All times are GMT -4. The time now is 03:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy