YY+Rsear,s,y,\c\l,           ;show CR/LFs
YY+Rsear,s,y,\s\c\l,         ;find whitespace at E.O.L
YY+Rsear,s,y,\c\l\c\l,       ;find empty lines
YY+Rrepl,y,\c\l\c\l,\c\l,    ;remove empty lines
YY+Rrepl,y,1\c\l,\o,         ;extract lines terminated with '1'
YY+Rrepl,y,pass,xxxx,        ;genrl search & replace
YY+Rsear,s,y,arg,            ;genrl search file & show
YY+Rsear,t,y,arg,            ;genrl search & tag files
YY+Rjoin,                    ;joint the tagged files
YY+Routp,t.t                 ;create outfile t.t at curr.dir
YY+Routp,<?>                 ;make highlighted as output file
YY+Rcode,exec,jpegtran -rot 270 %1 "%9%4.rot%5"
YY+Rcode,e,renCRC %1 "%9%c-%4%5"
YY+Rcode,e,Nconvert -out bmp %1
YY+Rslid,u,20                ;slide show 1 sec, remove tags
YY+Rslid,k,1                 ;slide show max.speed
YY+Rsort,a,a1,17,8           ;sort lines,OEM,start 17 for 8
YY+Rsort,b,79,a0,71,7        ;sort bin,79b,byte,start 71 for 7
YY+Rspli,b,3500,out:00:.txt  ;split file in 3500b pieces
YY+Rspli,a,370,out:00:.txt   ;split file in '370 lines' pieces
