We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27531e commit 13f8618Copy full SHA for 13f8618
.github/workflows/test_build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: sed test
17
run: |
18
mkdir test
19
- cat "<figure>" > test.txt
+ echo "<figure>" > test.txt
20
echo "before"
21
cat test.txt
22
man sed
0 commit comments