The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
how do i change extension
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
how do i change extension
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-28-2004
anarchie
Registered User
Join Date: May 2004
Location: Hawaii
Posts: 37
The variable name delimiters are braces {} not parentheses ()
$(file) tries to execute the command named file, instead of inserting the variable named file.
You want mv ${file} ${file}.sent
anarchie
View Public Profile
Find all posts by anarchie
Find anarchie's past nominations received
Find anarchie's present nominations given