sidux.com
Menu

News

Give back
Last 3 Contributions
30-11-2008 20.00
25-11-2008 100.00
25-11-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
op4latino
Post subject: changin from #!/bin/sh to #!/bin/bash  PostPosted: Jun 07, 2008 - 12:15 PM



Joined: Dec 02, 2006
Posts: 1046
Location: East Coast
Status: Offline
after reading http://www.sidux.com/index.php?name=PNp ... 3927#83927 I realized I have to change the shebang line of some of scripts I have in a directory. what command line can I use to do this?
Code:
sed -i -e 's/\#!\/bin\/sh/\#!\/bin\/bash/' ~/myscripts/*

or maybe a perl or awk command?

Thank you
 
 View user's profile Send private message  
Reply with quote Back to top
kelmo
Post subject: RE: changin from #!/bin/sh to #!/bin/bash  PostPosted: Jun 07, 2008 - 01:35 PM



Joined: Dec 19, 2006
Posts: 1030

Status: Offline
sed is fine.

Code:

sed -i 's@^\(#![[:space:]]*\)/bin/sh@\1/bin/bash@' /path/*
 
 View user's profile Send private message  
Reply with quote Back to top
op4latino
Post subject: RE: changin from #!/bin/sh to #!/bin/bash  PostPosted: Jun 07, 2008 - 05:21 PM



Joined: Dec 02, 2006
Posts: 1046
Location: East Coast
Status: Offline
Thank you, that did it.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio