write writes a message to one of their open terminal windows (possibly on top of useful information)... I like write, except when using console based text editors like pico/nano or vi(m). Also note that every time you press enter at the end of a line it shows up.
wall is used to write all users, it's a special version of write. All data is held untill the end, so you can CRTL-C it if you want to rewrite it. You can also do something like:
Code:
vi [green]<file>[/green]
cat [green]<file>[/green] > aspell > wall
This would create a file [green]<file>[/green], write the file [green]<file>[/green] to all users after being run through a spell check.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.