File Edit¶merge and grep files to new file¶cat ./*.txt | grep 'my-test-name' > test.txt merge two yml files¶cat file1.yml <(echo "---") file2.yml > merged.yml