6 releases
0.1.5 | Dec 28, 2024 |
---|---|
0.1.4 | Dec 26, 2024 |
#182 in Text processing
455 downloads per month
8KB
131 lines
File command from linux for windows
Guide
Identify file type:
neofile identify my_file.txt
read file:
neofile cat my_file.txt
write to file:
neofile write _
verify file:
neofile vf my_file.txt
append to file:
neofile apnd my_file.txt
use the --no-newline
flag to use no newline when appending
copy file:
neofile cp my_file.txt --dest="my_dest.txt"
use the --show-bytes
to show how many bytes were copied
move file:
neofile move my_file.txt --dest="my_dest.txt"
. do NOT put a / at the end of your srcpath or destpath, and make sure your srcfile is in the same directory as your terminal.
changelist:
v0.1.5
added the copy cmd
added move command
v0.1.4
added new flag to apnd command
Dependencies
~3.5–9.5MB
~89K SLoC