Skip to content

change all files and directories's name in current folder to lower case

Notifications You must be signed in to change notification settings

indraginanjar/tolower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tolower

Actually i don't remember much about this, just found it while digging old files.

This program is intended to lower case the names of all files in the specified directory.

Compile

Originally i use codeblock, but since it really a simple (so simple, like a snippet it is) single source file project it should be easy to compile in gcc with this command.

   gcc main.c -o tolower

Running

To lower case all file names in current directory:

    lowercase

or:

    lowercase .

To lower case all file names in spesific directory:

    lowercase <path of the directory>

About

change all files and directories's name in current folder to lower case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages