isutf8 (1)
Leading comments
Title: isutf8 Author: Lars Wirzenius <liw@iki.fi> Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 01/01/2017 Manual: moreutils Source: moreutils Language: English
NAME
isutf8 - check whether files are valid UTF-8SYNOPSIS
- isutf8 [-hq] [--help] [--quiet] [[file...]]
DESCRIPTION
isutf8
OPTIONS
-h, --help
- Print out a help summary.
-q, --quiet
- Don't print messages telling which files are invalid UTF-8, merely indicate it with the exit status.
EXIT STATUS
If the file is valid UTF-8, the exit status is zero. If the file is not valid UTF-8, or there is some error, the exit status is non-zero.
AUTHOR
Lars Wirzenius