Skip to content

CollinJ/PathNormalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PathNormailize

Normalizes a path, taking out '.' and '..' pathNormalizeRegex.py uses only regex to solve this problem while pathNormalize.py uses a list.

Usage

Interactive mode:

python pathNormalize.py

or file mode:

cat file | python pathNormalize.py

To quit the program, enter a blank line.

About

Normalizes a path, taking out '.' and '..'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages