UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: .svChapter 12
Nroff and Troff
Next: Reference: .ta
 

.sy

.sy command [args]

Execute UNIX command with optional arguments (ditroff only).

Example

Search for the first argument; accumulate in a temp file:

.sy sed -n 's///$1/Note: /1/p' list >> /tmp/notesfile


Previous: Reference: .svUNIX in a Nutshell: System V EditionNext: Reference: .ta
Reference: .svBook IndexReference: .ta

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System