We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d35dd9 commit 91268bdCopy full SHA for 91268bd
README.md
@@ -17,5 +17,5 @@ Mix files togethers
17
- +: will output file1+file2
18
- alt-line: will output one line of each starting with first line of file1
19
- alt-char: will output one char of each starting with first char of file1
20
- - random-alt-line [seed]: will output one line of each code randomly based on a seed for reproducability
21
- - join [col1] [col2]: will output merging of lines that have common occurrence
+ - random-alt-line[#seed]: will output one line of each code randomly based on a seed for reproducability
+ - join[#col1][#col2]: will output merging of lines that have common occurrence
0 commit comments