How to Move Multiple Files

To move multiple files, use the mmove command for remote files and lmmove for local files.

    mmove [options] pattern destination
    lmmove [options] pattern destination

pattern: expression to select which entries to move. See Regular Expressions for the regular expression syntax and Wildcards for the wildcard syntax.

destination: can refer to a directory using absolute or relative path.

Options

Examples

  • Moving al JPEG files to the images directory:
    mmove \.jpg$ images
    or using the wildcard syntax:
    mmove *.jpg images

Tags: ,