I need to change the timestamp of about 5000 files.
Typing touch file1.txt
, touch file2.txt
will take me forever.
Is there a way to do something in the lines of touch -R *
?
I need to change the timestamp of about 5000 files.
Typing touch file1.txt
, touch file2.txt
will take me forever.
Is there a way to do something in the lines of touch -R *
?
I need to rename the following:
file_001_loremipsum.png
file_002_dolor.png
file_003_sit.png
file_004_amet.png
file_105_randomness.png
into
upl_loremipsum.png
upl_dolor.png
upl_sit.png
upl_amet.png
upl_randomness.png
How do I make it happen with just one simple line of terminal command?
Is there a way to rename all files in a directory to lowercase|uppercase?
I am looking for a oneliner command.
I loved TotalCommander's Alt + F7, now I need that functionality in the Terminal.