Skip to main content

modify file name for bash shell can use

Project description

if you have a file named ex. “/home/user/file#*?.name”, use this package, you can get a new filename in string type “/home/user/file\#\*\?.name”

example:

>>> from nameForBash import nameForBash
>>>
>>> filename = nameForBash('/home/user/file#*?.log')
>>> print filename.fileName
/home/user/file#*?.log
>>> print filename.bashName
/home/user/file\#\*\?.log

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nameForBash-1.0.tar.gz (908 Bytes view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page