![]() |
|
|
Googleのunix.com
|
|||||||
| UNIXのダミー質問と回答のため もしUNIXやLinuxについての質問があれば、ここに投稿してください。すべてのUNIXおよびLinux初心者歓迎! |
その他のUNIXおよびLinuxフォーラムトピックは参考にすること
|
||||
| スレッド | スレッドスターター | フォーラム | 返信 | 最後の投稿 |
| なぜ基本的なUnixのbashで動作しないコマンド | PixelLover | UNIXのダミー質問と回答のため | 10 | 2006年5月23日 04:10午後 |
| 基本的なUnixコマンドをCygwin用 | sanjay.karthik | Windows&DOS:課題&ディスカッション | 0 | 2005年7月25日 10:38午前 |
| SFTPの基本的なコマンドのヘルプが必要な場合 | livetaurean19 | シェルプログラミングとスクリプティング | 2 | 2005年6月15日 09:41午前 |
| 基本的なコマンドのマニュアルを | kdgorton | UNIXのダミー質問と回答のため | 1 | 2005年2月20日 04:19午前 |
| Unixの基本的なコマンド | ピータースペルマン | UNIXのダミー質問と回答のため | 3 | 2001年8月10日 08:41午後 |
|
|
LinkBack | スレッドツール | このスレッドを検索 | スレッドを評価 | 表示モード |
|
||||
|
viエディタの基本的なコマンド
誰も私の場合は、次のタスクを実行するためのコマンドを表示できると私は感謝する 六: コード:
1) How can I undo or redo my last action in vi editor. 2) How can I copy only a word or a portion of line (not the whole line) in vi, like we can select text and press ctrl+c in notepad to copy any text. 3) Suppose, I have 10 lines in a shell script, I want to comment out those lines i.e. I want to insert a "#" at the begining of more than one lines, how can I do that? 4) How can I join two lines to make them one, like we can press DELETE key at the end of first line to bring 2nd line up and make both lines a single line. すべての返信をいただきありがとうございます。 |