Align columns: Difference between revisions

m
Unix Shell => UNIX Shell.
(add link to Delphi for pascal)
m (Unix Shell => UNIX Shell.)
Line 3,132:
</pre>
 
=={{header|UnixUNIX Shell}}==
This is a draft implementation of the "align columns" problem using Unix shell commands. The key tool for left and right justified text is the "rs" command. Centered text is a little more complex, since this is not a feature currently in "rs" (''The centered solution will be added later.'')
<lang bash>
Anonymous user