BBN-E / tac-kbp-eal

TAC KBP Event Argument Extraction and Linking Shared Task
MIT License
25 stars 19 forks source link

Issue with the rename command #3

Closed soumitraj closed 10 years ago

soumitraj commented 10 years ago

The rename .out "" *.out command is not working, I am getting the following error : syntax error at (eval 1) line 1, near "."

Complete output is as follows $ rename .out "" *.out syntax error at (eval 1) line 1, near "."

Please advise.

soumitraj commented 10 years ago

Hi Following command worked for me. $ rename 's/.out$//' *.out

gabbard commented 10 years ago

Strange. It works for me and seems to meet the syntax given in the man page. What is your OS?

soumitraj commented 10 years ago

I am using Linux Mint 16