Is there a quick and simple way I can create a new file (whether it be a txt or .jl file) from the REPL or in Julia script? I would usually do something like use the touch command from the terminal (even though that is designed to update the timestamp of when the file was last edited).
It looks like I can use the open function in "create" mode but I prefer to not use that syntax.