Search code examples
macosterminalcondazsh

Create YAML file in terminal - MacOS


Either I'm too stupid or I can't find the right command.

How can I create a simple YAML file using the ZSH terminal?


Solution

  • You can create yml file like these commands

    echo "basic" > basic.yml or touch simple.yml