The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > News, Links, Events and Announcements
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


News, Links, Events and Announcements Noncommerical links to UNIX related news goes here in this forum!


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
passing variable from bash to perl from bash script arsidh Shell Programming and Scripting 10 4 Weeks Ago 09:25 AM
Why generate "ash and bash" different output for same bash script? s. murat Shell Programming and Scripting 0 05-26-2008 04:19 AM
Bash under AIX 5.3 taupin AIX 4 03-21-2008 02:03 AM
Bash: how to do it? sopel39 Shell Programming and Scripting 3 11-02-2007 12:35 AM
Bash it! Bash it! SoulForge Shell Programming and Scripting 5 11-22-2002 09:02 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-30-2004
pressy's Avatar
solaris cultist
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 705
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
bash

the new bash has been released:

whats new?:
http://groups.google.com/groups?selm...&output=gplain
source:
ftp://ftp.cwru.edu/pub/bash/bash-3.0.tar.gz

nice:
root@pressy.ips.at # ./bash -version
GNU bash, version 3.00.0(1)-release (sparc-sun-solaris2.9)
Copyright (C) 2004 Free Software Foundation, Inc.
root@pressy.ips.at # uname -a
SunOS pressy.ips.at 5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-5_10

but there can be only one favorit ;-)
root@pressy.ips.at # ./ksh --version
version sh (AT&T Labs Research) 1993-12-28 n+

g P
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 07-30-2004
pressy's Avatar
solaris cultist
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 705
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
........

for the history search function i'm using the vi
# ksh -o vi

by pressing the buttom you can use the vi features like search of modification. so you could also search for $1 - $9 in your command..... also a nice feature of the ksh history is the modification of parameters:
##############
# echo haha
haha
# r haha=nice
echo nice
nice
# history
1 echo haha
2 echo nice
# r 1 haha=niceagain
echo niceagain
niceagein
##############
sometimes very helpfull like in the magic long veritas volumemanager syntax *hehe*

g P
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 02:44 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102