quote
A tiny CLI used for quoting input lines
Example
Consider the directory:
$ find .
.
./c
./a b
Here, xargs alone will fail if we do: find . -type f | xargs cat with:
This file is named: c
cat: ./a: No such file or directory
cat: b: No such file or directory
This is because the file 'a b' is not quoted!
Instead we can do: find . -type f | quote | xargs cat and we will get:
This file is named: c
This file is named: a b
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quote_lines-1.4.0.tar.gz
(14.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quote_lines-1.4.0.tar.gz.
File metadata
- Download URL: quote_lines-1.4.0.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55ae6ad324fc094bd4f2f230f1469faf9a7581bfdc8636593f2a9f6d121c4a2b
|
|
| MD5 |
40a186553a4f2f8f1e94ebdef77dacb4
|
|
| BLAKE2b-256 |
c71faa39100a07bd651e3ce060bf51f2bee68f1e1d5ba5b531c4e601b519777e
|
File details
Details for the file quote_lines-1.4.0-py3-none-any.whl.
File metadata
- Download URL: quote_lines-1.4.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1bc12ba50802d23d65c66e51ccfb301b32d490154a27d60a72df431f1163c1a
|
|
| MD5 |
64e664cadddee6d83fd9a91fb4447d5b
|
|
| BLAKE2b-256 |
c38a34b3ad1ec8d4fe9549d27a07c4dbdc6584eeaa77675d454124272322310b
|