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
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 details)
File details
Details for the file nameForBash-1.0.tar.gz
.
File metadata
- Download URL: nameForBash-1.0.tar.gz
- Upload date:
- Size: 908 Bytes
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f75183de68f50557dea7f0bc2f0ac3ec51d1dd44292e1f794cd541895ae9a7 |
|
MD5 | d9c17ae6ff230bfe1a78091ea3803d26 |
|
BLAKE2b-256 | 52d4fe0ed2d86552c9d9bf8ab49af1eee985898eb9e13151014e6ef12515f04c |