The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: !! for ksh
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 05-28-2007
ilak1008 ilak1008 is offline
Registered User
  
 

Join Date: May 2005
Posts: 64
Quote:
Originally Posted by reborg
If you really want it to be !! you could also do:

Code:
alias !!='fc -e -'
Thanks reborg!