Added example for --lambda
This commit is contained in:
parent
b955bdee61
commit
7143760f91
1 changed files with 1 additions and 0 deletions
1
mmv
1
mmv
|
|
@ -23,6 +23,7 @@ parser.epilog = """Examples:
|
|||
mmv -tl "." "'%s.%s' % ('.'.join(fname.split('.')[:-1]),fname.split('.')[1:].upper())" #capitalize file extensions
|
||||
mmv -tl "open(fname,'r').readline().replace(' ','_')" #use first line of the file for new filename
|
||||
mmv -t --string upper #return uppercase filenames
|
||||
mmv -t -l "*" "fname[1:]+fname[0]+'ay'" #pig latin
|
||||
"""
|
||||
|
||||
(options,args) = parser.parse_args()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue