File talk:Bash demo.png
Appearance
I made a new screenshot and recommend replacing this one.
Reason:
- The new screenshot is 6.9K, 1/5 size of the original picture;
- The new screenshot is narrower and shorter, making it look nice in preview mode;
- The new screenshot used some Chinese characters to show the product's I18N support;
The script I used to get the screenshot:
cd pictures rm killerror bash export PS1="$ " clear ls #Why is there color when calling ls without arguements? which ls $(!!) type ls #"ls" doesn't just run /bin/ls export PS1='\s-\v$ ' echo $BASH_VERSION echo $SHELLOPTS kill /bin/kill &> killerror # collects stdout and stderr of $ /b in/kill; in killerror wc -l !$ type kill # kill doesn't just run /bin/kill !$ -n 9 $$ # OK, kill self
This is one of my first contribution so please comment if it would be OK before I really use that picture. Thanks.
Zhangweiwu (talk) 03:11, 3 October 2008 (UTC)
- I think yours is better, please upload it (remember to be bold!). -- Borb (talk) 09:09, 4 April 2010 (UTC)