Shell one-liner: Difference between revisions

m
→‎{{header|FutureBasic}}: Added information
m (→‎{{header|FutureBasic}}: Added information)
Line 238:
This is forcing the issue. FB has much more elegant ways of interacting with the Unix Shell.
<lang futurebasic>
include "ConsoleWindow":dim a$:open "Unix",1,"cal 10 2018":do:line input #1,a$:print a$:until eof(1):close 1
</lang>
 
Output
<pre>
AugustOctober 20162018
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6
729

edits