摘要:
Liang always brings me interesting quiz questions. Here is one: If i have a table like below: chr1 113438 114495 1 chr1 114142 114143 chr1 113438 1144 阅读全文
摘要:
How to use grep to match multiple strings in the same line? grep 'string1\|string2' filename grep -E "string1|string2" filename How can I grep for a s 阅读全文
摘要:
A carriage return linefeed (CRLF) is a special sequence of characters, used by DOS/Windows, to signify the end of a line of text. However, in *nix, on 阅读全文