Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: MV command and change file namn

For one file: mv 4827392021.xml finish4827392021.xml.

But if you mean how to do this en masse, it's not possible.

But it's easy to script this using for example PowerShell script with WinSCP .NET assembly.
Lars

MV command and change file namn

I need do add a text (string) to existing filename.

Example:

File before: 4827392021.xml
File after name change: finish4827392021.xml

how can i do this with MV command?