Bulk renamer shell script - Programming On Unix
Users browsing this thread: 3 Guest(s)
|
|||
(20-04-2020, 08:04 AM)jkl Wrote: Looks like your script does not support directories though: It does work with directories, but you tried to rename a directory to itself. I will fix that, thanks for reporting the issue! EDIT: Here is the new, fixed version. I just had to play with the read shell built-in and with file descriptors: Code: #!/bin/sh |
|||
Messages In This Thread |
Bulk renamer shell script - by seninha - 19-04-2020, 12:06 PM
RE: Bulk renamer shell script - by jkl - 20-04-2020, 08:04 AM
RE: Bulk renamer shell script - by seninha - 20-04-2020, 09:26 AM
RE: Bulk renamer shell script - by z3bra - 20-04-2020, 10:21 AM
RE: Bulk renamer shell script - by seninha - 20-04-2020, 10:28 AM
RE: Bulk renamer shell script - by z3bra - 20-04-2020, 03:45 PM
RE: Bulk renamer shell script - by jkl - 20-04-2020, 03:46 PM
RE: Bulk renamer shell script - by seninha - 20-04-2020, 04:11 PM
RE: Bulk renamer shell script - by ckester - 20-04-2020, 05:49 PM
|