Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 296 Bytes

cat.md

File metadata and controls

8 lines (7 loc) · 296 Bytes

cat

Prints the contents of remote files

Usage: cat remotepath1 remotepath2 ...

To avoid issues with encoding on Windows, if you want to cat the exact binary contents of a remote file into a local one,
use non-interactive mode with -o /path/to/file. See help "non-interactive"