mkfile command

Summary

This command allows you to make a file.

Description

If you wanted to create a file, this command is for you. It allows you to create every kind of file, including files without extensions, text files, binary files, and so on. If it's a text file, you can use the edit command to add new lines, delete them, and so on.

Command usage

  • mkfile <anyfile>

Examples

  • mkfile hello.txt: Creates a file named hello.txt in the current working directory

  • mkfile ../hello.txt: Creates a file named hello.txt in the higher level of the current working directory

  • mkfile Text/hello.txt: Creates a file named Text/hello.txt in the Text folder

Last updated