Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Delete-a-file/Zkl/delete-a-file.zkl
Normal file
13
Task/Delete-a-file/Zkl/delete-a-file.zkl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
zkl: System.cmd((System.isWindows and "del" or "unlink") + " input.txt")
|
||||
0
|
||||
zkl: System.cmd((System.isWindows and "del" or "unlink") + " /input.txt")
|
||||
unlink: cannot unlink ‘/input.txt’: No such file or directory
|
||||
256
|
||||
zkl: System.cmd("rmdir docs")
|
||||
rmdir: failed to remove ‘docs’: Directory not empty
|
||||
256
|
||||
zkl: System.cmd("rm -r docs")
|
||||
0
|
||||
zkl: System.cmd("rm -r /docs")
|
||||
rm: cannot remove ‘/docs’: No such file or directory
|
||||
256
|
||||
Loading…
Add table
Add a link
Reference in a new issue