-5
A
回答
1
您可以使用命令行的perl,
perl -lane 'print $F[-1] =~ /(\w+)/' file
0
你可以試試下面的Perl一行程序命令。
$ perl -pe 's/(?:^input\s*(?:\[\d+:\d+])?\s+|,)//g' file
di
AEN
相關問題
- 1. 「<<<<<<< HEAD」模板
- 2. git「<<<<<<< HEAD」
- 3. Heredoc <<<或<<?
- 4. operator <<:std :: cout << i <<(i << 1);
- 5. 是<input>還是<input />?
- 6. HTML <input type =「text」... as <input type =「file」
- 7. Codeigniter - 在<input><input>
- 8. <input></input> in innerHTML not working
- 9. 怎麼了SVN把「<<<<<<<.mine」遍佈整個地方?
- 10. << <<超載
- 11. github增加<<<<<<< HEAD
- 12. 的Rails搞亂我的代碼以「<<<<<<< HEAD」
- 13. 什麼是我的檔案中的「<<<<<<< head」?
- 14. IE事件<input>或<textarea>或<textarea>
- 15. 獲取打印<< FILE(打印<< '文件')的相同的行爲到標準輸出
- 16. 模板,敵不過「運算符<<」在「出來<<‘(’」
- 17. 使用>>,>,> |,||,| <,<,<<,<<
- 18. 'std :: operator <<'operator <<'不匹配'std :: operator <<
- 19. std :: cout << x;和std :: cout << x << std :: endl;?
- 20. Django的<input>內部<label>
- 21. 什麼意思的符號在java中「<<<」「<< =」「<<」
- 22. 逃生 「<" and ">」 在XSL <input/>
- 23. 是否<input>沒有<form>?
- 24. <button>與<INPUT TYPE =「圖像」>
- 25. <input/>內<label>在Firefox
- 26. 對齊<svg><rect>的<input>
- 27. THREE.Camera.prototype.lookAt</ <() -</ <是什麼意思?
- 28. <%$,<%@,<%=,<%#...這是怎麼回事?
- 29. <label for><input /><label> - 重點立即丟失
- 30. 規範<input>,<select>和<button>
你的意思是哪種模式? – 2014-10-01 16:37:55
我想刪除模式「輸入」和「輸入[num:num]」 – 2014-10-01 16:47:58
對於解析Verilog,請考慮http://search.cpan.org/dist/Verilog-Perl – toolic 2014-10-01 16:52:52