Tagged Questions
1
vote
6answers
5k views
How to rename multiple files by replacing word in file name?
Replace ACDC to AC-DC
For example we have these files
ACDC - Rock N' Roll Ain't Noise Pollution.xxx
ACDC - Rocker.xxx
ACDC - Shoot To Thrill.xxx
I want them to become:
AC-DC - ...
7
votes
3answers
471 views
read specified range of lines from a file
I have i file that contains 100000 line
how i can get the lines from line# 5555 to line# 7777 under linux.
Thanks for all.