The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-22-2006
heru_90's Avatar
heru_90 heru_90 is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 65
How to create file execution in KSH shell

Dear all,

I'm new in Unix system, I need help about how to create execution file.
for example in my system i have file fg*
when i open fg file i get :
cmd='basename$0'
$cmd "$@"

how to create file like that (execution file) in KSH shell

thank you for your help


heru