![]() |
2009-03-18
, 14:15
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2009
|
#11
|
![]() |
2009-03-18
, 14:57
|
Posts: 3,841 |
Thanked: 1,080 times |
Joined on Nov 2006
|
#12
|
cat textfile-to-print | perl -ne 'chomp($_); print("$_\r\n");' | lpr
![]() |
2009-03-18
, 17:10
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2009
|
#13
|
![]() |
2009-03-18
, 17:16
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#14
|
![]() |
2009-03-18
, 17:26
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2009
|
#15
|
![]() |
2009-03-19
, 16:50
|
Posts: 3,841 |
Thanked: 1,080 times |
Joined on Nov 2006
|
#16
|
#!/usr/bin/perl while (<>) { print; } printf "%c",004;
#!/usr/bin/perl while (<>) { chomp($_); print("$_\r\n"); } printf "%c",004;
:if=/path/to/that/script:\
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2009-03-19
, 22:26
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2009
|
#17
|
![]() |
2009-03-20
, 09:53
|
Posts: 3,841 |
Thanked: 1,080 times |
Joined on Nov 2006
|
#18
|
![]() |
2009-03-21
, 01:06
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2009
|
#19
|
![]() |
2009-03-21
, 01:15
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2009
|
#20
|