red rojoThen we can do this:
green verde
blue azul
white blanco
black negro
% sort dictHere the output of sort went to the screen. To store the output in file we do this:
black negro
blue azul
green verde
red rojo
white blanco
% sort dict >dict.sortedYou can check the contents of the file dict.sorted using car, more, or emacs.
No comments:
Post a Comment