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.3.2.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.3.2.tar.gz.
File metadata
- Download URL: quote_lines-1.3.2.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d440f22c95414830fc6078717ee283b07ca9c66a5fd6ddd795a8de0f21fe3e00
|
|
| MD5 |
003b08a69653badac39670fbc9bb554b
|
|
| BLAKE2b-256 |
a5a6a2ddea2c32c4480b491d507910636679f27542cc80756e6ad162c69a195f
|
File details
Details for the file quote_lines-1.3.2-py3-none-any.whl.
File metadata
- Download URL: quote_lines-1.3.2-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e156a4d2e01d219ad63e2328a36d160696d79b968b8d46f9861d0c5868163b5e
|
|
| MD5 |
08a1ca6ea29675bcbc9c71f84fd151b9
|
|
| BLAKE2b-256 |
a1cbdd6f3ea360035ebbe897b37f7008e6657e628b3d64b66644c5e3f5aaad43
|