Truncate a file: Difference between revisions

m
→‎{{header|REXX}}: works on ooRexx when modified
m (→‎{{header|REXX}}: works on ooRexx when modified)
Line 753:
:::* R4 REXX
:::* ROO
:::* ooRexx (after globally changing # to n)
'''sample output'''   for the file named   '''AA.BB'''   being truncated to   '''333'''   bytes:
<pre>
file AA.AA truncated to 333 bytes.
</pre>
 
=={{header|Ruby}}==
2,295

edits