Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 154 Bytes

commands.md

File metadata and controls

7 lines (5 loc) · 154 Bytes

Helper Commands

Find all yaml files and sort them

find . -type f \( -iname "*.yaml" -o -iname "*.yml" \)| sort > sorted_yaml_files.txt