55 lines
1.4 KiB
HTML
55 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=utf-8">
|
|
<title>Utilities for managing data</title>
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</HEAD>
|
|
<body bgcolor="#FFFFFF">
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
|
|
|
|
<h2>Utilities for managing data</h2>
|
|
|
|
The following are Qshell utilities for managing data:
|
|
|
|
<ul>
|
|
<li><a href="cmp.htm">cmp - Compare two files</a></li>
|
|
|
|
<li><a href="cut.htm">cut - Cut out selected fields of each line of
|
|
a file</a></li>
|
|
|
|
<li><a href="egrep.htm">egrep - Search a file for an extended
|
|
regular expression pattern</a></li>
|
|
|
|
<li><a href="fgrep.htm">fgrep - Search a file for a fixed string
|
|
pattern</a></li>
|
|
|
|
<li><a href="grep.htm">grep - Search a file for a pattern</a></li>
|
|
|
|
<li>
|
|
<a href="iconv.htm">iconv - Convert characters from one CCSID to another CCSID</a>
|
|
</li>
|
|
|
|
<li><a href="sed.htm">sed - Stream editor</a></li>
|
|
|
|
<li><a href="sort.htm">sort - Sort, merge, or sequence check text
|
|
files</a></li>
|
|
|
|
<li><a href="split.htm">split - Split files into pieces</a></li>
|
|
|
|
<li><a href="tr.htm">tr - Translate characters</a></li>
|
|
|
|
<li><a href="uniq.htm">uniq - Report or filter out repeated lines
|
|
in a file</a></li>
|
|
|
|
<li><a href="wc.htm">wc - Word, line and byte/character count</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|
|
|