The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
printing \n
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
printing \n
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
08-27-2007
radoulov
addict
Join Date: Jan 2007
Location: Milano, Italia/Варна, България
Posts: 2,020
What shell?
For ksh/zsh:
Code:
$ print -r 'print "\n";' print "\n";
radoulov
View Public Profile
Find all posts by radoulov