An NTFS directory is open in a bash shell. what command will recursively truncate all filenames in a directory to the 255 character limit required for ext3?
An NTFS directory is open in a bash shell. what command will recursively truncate
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have access to a Windows shell, you can use:
(Note: I have added an echo before the rename command just so you can visually verify that it works before actually running it. Works on my box.)
I’m sure somebody who’s on a *nix box right now could make a similar script for bash, but I’m stuck in Windows world 🙂
Good luck!