GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
INLINE-DETOX(1) FreeBSD General Commands Manual INLINE-DETOX(1)

inline-detoxclean up filenames (stream-based)

inline-detox [-f configfile] [-s sequence] [-v]

inline-detox [-f configfile] [-s sequence] [-v] file ...

inline-detox [-L] [-f configfile] [-v]

inline-detox [-h | --help]

inline-detox [-V]

The inline-detox utility generates new filenames to make them easier to work with under Linux and other Unix-like operating systems. It replaces characters that make it hard to type out a filename with dashes and underscores. It also provides transcoding-based filters, converting ISO-8859-1 or CP-1252 to UTF-8. An additional filter unescapes CGI-escaped filenames.

inline-detox reads filename(s) from the input stream and writes the updated filename(s) to the output stream.

If a filename is passed on the command line, inline-detox reads this file and processes each line before writing it to the output stream.

Running detox --inline is identical to running inline-detox.

inline-detox is driven by a configurable series of filters, called a sequence. Sequences are covered in more detail in detoxrc(5) and are discoverable with the -L option. The default sequence will run the safe and wipeup filters. Other examples of pre-configured sequences are iso8859_1 and iso8859_1-legacy, which both provide transcoding to UTF-8, and then finish with the safe and wipeup filters.

configfile
Use configfile instead of the default configuration files for loading translation sequences. No other config file will be parsed.
, --help
Display helpful information.
List the currently available sequences. When paired with -v this option shows what filters are used in each sequence and any properties applied to the filters.
sequence
Use sequence instead of default.
Be verbose about which files are being renamed.
Show the current version of inline-detox.

/etc/detoxrc
The system-wide detoxrc file.
~/.detoxrc
A user's personal detoxrc. Normally it extends the system-wide detoxrc, unless -f has been specified, in which case, it is ignored.
/usr/share/detox/cp1252.tbl
The provided CP-1252 transcoding table.
/usr/share/detox/iso8859_1.tbl
The provided ISO-8859-1 transcoding table.
/usr/share/detox/safe.tbl
The provided safe character translation table.
/usr/share/detox/unicode.tbl
The provided Unicode control character filtering table, used by the UTF-8 filter.

echo Foo Bar | inline-detox -s lower -v
Will run the sequence lower, listing any changes and returning the result to the output stream.

inline-detox was originally designed to clean up files that I had received from friends which had been created using other operating systems. It's trivial to create a filename with spaces, parenthesis, brackets, and ampersands under some operating systems. These have special meaning within FreeBSD and Linux, and cause problems when you go to access them. I created inline-detox to clean up these files.

Version 2.0 stepped back from transliteration out of the box, instead focusing on ease of use. Version 3.0 further shifted this, by removing most of the transliteration from the tables. The primary motivations for this were user-provided feedback, and the fact that many modern Unix-like OSs use UTF-8 as their primary character set. Transliterating from UTF-8 to ASCII in this scenario is lossy and pointless.

inline-detox was written by Doug Harple.

March 31, 2024 FreeBSD 15.1-RELEASE-p1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.