GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WINTEXT(1) FreeBSD General Commands Manual WINTEXT(1)

wintext, ", "" - access text in current window

wintext
[ prefix ]
[ prefix ]

Wintext prints the text of the current win (see or (Unix's) window to standard output.

searches the window text for commands typed with a particular prefix and prints them, indented, to standard output. Prefix is a regular expression that is matched against the beginning of the command-line. If prefix is omitted, prints the last command executed. prints the last command that would print and then executes it by piping it into

Both and identify commands in the window text by looking for lines beginning with a shell prompt. Prompts are assumed to be an unindented sequence of non-whitespace characters followed by one of the characters %, ;, $, or #.

Print the and lc commands executed in this window:
%  'l[sc]'
	% ls -l /tmp/qq*
	# ls -lrt /etc
	% lc r*
%
    

Execute the most recent lc command again:

%  lc
	% lc r*
ramfs   rc      read    rio     rm
%
    

/bin

and are hard to type in shells other than

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.