mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-11-08 22:06:21 +00:00
Page:
COPY files
Pages
32 Bit Integers
CATalog files
COPY files
Chat Client Server
Command Line Argument Parsing
Console I O
DCGR SPRite EDitor
DELete fles
Double Color Hires Graphics
Double Lo Res Graphics
Double Lo Res Test
Fiber Threads
File I O
Game Port SPI I O
Game Port SPI SD FAT
Game Port Wiring
HTTP Server
Hello World
Hi Res Graphics
Hi Res Test
Home
Installation Guide
Joystick and Buzz
Lo Res Graphics Library
Long Jump
Memory Manager
Music Player
Music Sequencer
NEWDIR
Network I O
PLASM compiler
PLASMA Byte Codes
PLASMA JIT Compiler Implementation
Porting Guide
REName files
ROGUE
RPN Calculator
Rod's Colors
SANE Floating Point
Sieve
System Library
TYPE file
Trivial FTP Daemon
Variable assignment and addressing explained
ZIPCHIP
Zero Page Usage (Apple IIe 64K )
code text Editor
3
COPY files
David Schmenk edited this page 2023-03-19 13:54:15 -07:00
+COPY [-R] <SRCPATH>+ <DSTPATH>
Copy files to destination. Multiple sources can be specified as long as the destination is a directory. Wildcard filenames can be specified with ? matching any character and * matching any sequence of characters. =
is shorthand for the destination being the current directory. Copies can be done recursively with the use of the -R
option.