View Single Post
  #1   (View Single Post)  
Old 3rd November 2008
ivanatora ivanatora is offline
Real Name: Ivan
Fdisk Soldier
 
Join Date: Jul 2008
Location: Bulgaria
Posts: 51
Default Csh - range expansion?

Hello,
There is very simple feature of the bash shell:
$ echo {0..9}
0 1 2 3 4 5 6 7 8 9
I want to use it in CSH. I've read the man page and searched Google, but didn't find anything on 'range expansion'. Maybe my english is so wrong that this operation is called something different?

How can I do this in csh?
Reply With Quote