Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
file manager
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="scathe" data-source="post: 1019439" data-attributes="member: 81672"><p>I would use the terminal's bash with a simple regular expression, but if you have no idea what I'm talking about, be cautious. You can cause serious damage and I mean it!</p><p></p><p>e.g.</p><p>$ mv ./basshunter*.mp3 ./newFolder/basshunter/</p><p>will move everything beginning with "basshunter" in the beginning, ending with ".mp3"</p><p></p><p>syntax:</p><p>"mv" is a move command</p><p>first argument (after first space) is the source</p><p>second argument is the destination</p><p></p><p>./ is the curent dirrectory</p><p>basshunter*.mp3 ... the * character substitutes anything</p><p></p><p>use the "cd folderName" command to get to a folder</p><p>"cd .." to go one lvl up</p><p>"pwd" to see the current dir</p><p>"ls" to get a list of items in the current dir</p></blockquote><p></p>
[QUOTE="scathe, post: 1019439, member: 81672"] I would use the terminal's bash with a simple regular expression, but if you have no idea what I'm talking about, be cautious. You can cause serious damage and I mean it! e.g. $ mv ./basshunter*.mp3 ./newFolder/basshunter/ will move everything beginning with "basshunter" in the beginning, ending with ".mp3" syntax: "mv" is a move command first argument (after first space) is the source second argument is the destination ./ is the curent dirrectory basshunter*.mp3 ... the * character substitutes anything use the "cd folderName" command to get to a folder "cd .." to go one lvl up "pwd" to see the current dir "ls" to get a list of items in the current dir [/QUOTE]
Verification
How many occurrences of a n-u-m-b-e-r between "d" and "f" in this example...(sdgs6ngklu3gd#f9%)?
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
file manager
Top