並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 285件

新着順 人気順

bashの検索結果241 - 280 件 / 285件

  • xargs 完全理解マニュアル - xargs は拡張引数 (extended arguments) の略って知っていますか? - Qiita

    xargs 完全理解マニュアル - xargs は拡張引数 (extended arguments) の略って知っていますか?ShellScriptUNIXシェル芸POSIXUnix哲学 はじめに xargs コマンドは「なにか凄そうだけどよく分からないコマンド」としてよく知られています。使う人は使うけど何をやっているのか全くわからないコマンドです。また、やっていることがわかっても実際に使ってみると、空白やクォーテーション文字でエラーになってしまう使い方がとても難しいコマンドです。この記事はそういうよくわからない xargs はどういうコマンドなのか解説します。この記事を読むと xargs を「完全に理解した」と言えるようになるでしょう。 xargs コマンドが難しい理由は、xargs 自体の設計や実装の問題で古い時代の制限が多いからです。仕様が意味不明で一貫性がなくで他のコマンドと正しく

      xargs 完全理解マニュアル - xargs は拡張引数 (extended arguments) の略って知っていますか? - Qiita
    • 【WSL2】時間のかかるコマンドが終了したらデスクトップ通知が出るようにした - Qiita

      やりたかったこと ビルドやデプロイなど数分単位でかかる処理を待つのが嫌、だけどターミナルに張り付くのは時間の無駄ということで、自動的に通知してくれる仕組みを作りました。 ↓こんな感じ 動作環境 Windows11 Pro 23H2 WSL 2.0.9.0 Ubuntu 22.04.3 LTS Bash 5.1.16 WSLからWindows側にデスクトップ通知を出す PowerShellでデスクトップ通知(トースト通知と言うらしい)を簡単に出せます。 スクリプトを書いて、WSLから呼び出す形が良さそうです。 PowerShellで出せる通知の種類やカスタマイズについてはこちらの記事が参考になりました。 実行ポリシー WSLからPowerShellスクリプトを実行するために実行ポリシーの変更が必要でした。 PowerShellを管理者権限で開き、下記のコマンドを実行します。 param (

        【WSL2】時間のかかるコマンドが終了したらデスクトップ通知が出るようにした - Qiita
      • Setting up Nix on macOS

        I recently bought a Macbook because more and more people are asking me how to use Nix in certain situations under MacOS. In this article, we walk through installing Nix on MacOS and see how pleasant the experience is these days. After that, we show how to go declarative on MacOS with nix-darwin to enable compilation for Linux and Intel Macs, as well as some other nice features. 🤷 Why would one wa

          Setting up Nix on macOS
        • GNU/Hurd strikes back

          Photo by Ken Goulding on UnsplashGNU/Hurd is alive and kickin’The GNU/Hurd is the Sagrada Família of the Software World: having started to develop in 1990, the GNU/Hurd has yet to reach version 1.0. The Linux kernel, on the other hand, began development in 1993 and was initially considered a “kludge” until the Hurd was completed. It is now matured and widely used. Like the Loch Ness Monster, many

            GNU/Hurd strikes back
          • GitHub - llenotre/maestro: Unix-like kernel written in Rust

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - llenotre/maestro: Unix-like kernel written in Rust
            • Amber Documentation

              Documentation for Amber programming language

                Amber Documentation
              • リバースシェルを試してみた - RAKUS Developers Blog | ラクス エンジニアブログ

                こんにちは、インフラエンジニアのfro-rivです。 セキュリティ関連でよく耳にするリバースシェル(reverse shell)について、 実際にどうやって実現するのか気になったので調べた結果をまとめてみました。 本記事に記載の手順は、不正な通信とみなされる可能性がありますので、 試す際は管理下のサーバで実施する・適切な許可を取得するなど法的な制約を遵守してください。 リバースシェルとは リバースシェルを試してみる 実現したいこと 前提 事前準備 パターン1:bash パターン2:netcat パターン3:python さいごに 参考 リバースシェルとは リバースシェルとは、自ら接続先サーバ(以下、リモートサーバ)に接続しに行く通常の流れとは違い、 リモートサーバからシェルを渡しに来る通信方法です。 接続の際は、自ら(接続元で)任意のポートをリッスンし、リモートサーバがアクセスしに来る形を

                  リバースシェルを試してみた - RAKUS Developers Blog | ラクス エンジニアブログ
                • Macのよく使うショートカットキーの記号「⌘⌥⇧⌃」の覚え方

                  キーボードの位置から覚える方法を紹介します。 ⌘(command)ボタンは、キーボードのコマンドキーに刻印されているので、問題ないという前提で進めます。 各ボタンのキーボードの位置を見てみると、上から順に、⌃(control)、⇧(shift)、⌥(option / alt)の順に配置されています。 この配置に合わせて記号を覚えましょう。 ⌃(control)と⇧(shift)は記号が上向きなので、位置が一番下ではないと覚えましょう。 したがって、⌥(option / alt)は一番下にあるボタンと覚えられます。 また、⌥は部品が2つあるのでoptionとaltの2通りあるという風にも覚えられます。 ⌃(control)と⇧(shift)の違いですが、⌃>⇧の関係性をどうこじつけるかです。 この関係性に納得できれば、⌃(control)の方だけ位置が一番上とガチ覚えしてしまえば、⇧(shi

                    Macのよく使うショートカットキーの記号「⌘⌥⇧⌃」の覚え方
                  • opensslコマンドでの証明書の整合性と検証結果の確認方法・オプション解説 | 株式会社ビヨンド

                    皆様こんにちは。 寝起きの朝がこの世の終わりのように辛い、システムソリューション部所属のなかです。 今回は下記の記事に続く、opensslコマンドでSSL証明書を確認する系の第2弾な記事です。 前回の記事では、証明書で一番意識するであろう「有効期限」の確認に絞った内容でした。 opensslコマンドでの証明書の有効期限の確認方法・オプション解説 証明書を「新規」・「更新」にかかわらず発行した際は「整合性」の確認が重要です。 「整合性」についてopensslコマンドで確認する方法の説明が1点 証明書を適用後、証明書が認証局での「検証」が成功しているかも確認した方がよいため、 「検証」に問題がないかをopensslコマンドで確認する方法の説明で1点 今回の記事は、上記の2点をテーマに 「opensslコマンドでの証明書の整合性と検証結果の確認方法・オプションについて解説」 「確認方法についてな

                      opensslコマンドでの証明書の整合性と検証結果の確認方法・オプション解説 | 株式会社ビヨンド
                    • Introduction to Ratatui - Ratatui Book

                      Introduction to Ratatui Ratatui is a Rust library for cooking up delicious text user interfaces (TUIs). It is a lightweight library that provides a set of widgets and utilities to build simple or complex rust TUIs. Ratatui is an immediate mode graphics library. Applications imperatively declare how to render each frame in full by combining widgets and layout. Ratatui then draws the described UI wi

                      • たった3分でわかる!Open Interpreterをローカル環境で使う方法

                        この記事ではOpen Interpreterの使い方を解説します。 Open Interpreterとは、GPT-4やCode Llamaなどの大規模言語モデルを使ってコードを生成・実行できるオープンソースのツールです。 ChatGPTのCode Interpreterと違ってローカル環境で動作するところに特徴があります。 しかも、オープンソース(MITライセンス)なので誰でも無料で利用できます。 Open Interpreterとは? Open Interpreterは大規模言語モデルにコード生成・実行させるためのツールです。 Code Interpreterと同様に、写真や動画やPDFファイルも扱えます。 また、WEBブラウザを開いたり、インターネットに接続したりすることもできます。 Code Interpreterの場合には生成したHTMLやCSSをブラウザでレンダリングして表示する

                          たった3分でわかる!Open Interpreterをローカル環境で使う方法
                        • Gitコマンドチートシート - Qiita

                          まえがき DMM WEBCAMP Advent Calendar 2023 14日目記事です。 DWCメンター・卒業生が記事を投稿しておりますので、是非他の記事もご確認ください! 初めに よく使うコマンドを厳選して載せています. そのため,その他コマンドについては,manコマンドなどを用いて各自で調べてください. git設定 コマンド 解説 補足

                            Gitコマンドチートシート - Qiita
                          • Windowsではプロセスからプログラムに関するさまざまな情報が得られる (2/2)

                            プロセスが持つ情報は何? タスクマネージャーもプロセスから情報を得て動作しているが、プロセスが持つ情報は多く、またGUIプログラムであるため、表示できる情報が限定されている。 これに対してWindows PowerShell(およびPowerShell 7.x)のGet-Processコマンドは、実行中のプロセスから多くの情報を得ることができる。 その情報は、.NET Framework/.NETのProcessクラス(System.Diagnostics.Process)に準じているが、Get-Processコマンドは、さらに「便利」なプロパティが追加されている。以下の表に追加されている主なプロパティを示す。これらは、プロセス情報をProcessクラスから得たあと、そのプロパティを使って、さらにAPIで得られる情報のうち、比較的利用頻度が高そうなものだ。 たとえば、プロセスの親プロセスは

                              Windowsではプロセスからプログラムに関するさまざまな情報が得られる (2/2)
                            • 端末作業を効率化するRust製ツール|whitebeard

                              はじめにプログラム開発やシステム管理では、多くの作業がターミナルでコマンドラインからファイル操作やコマンド実行した結果から何かしらの処理することに多くの時間が割かれています。この資料は、こうした端末作業を効率化するためのツールを紹介しています。 次の基準で選定しています。 ライセンスが明記されていること どれほど素晴らしいものでも、ライセンスが明記されていないものは使えないと考えています。 README.md で例示されているものが正常に動作すること ほんの少し個人的な好み Rustの環境構築やツールのインストール方法については以下を参照してください

                                端末作業を効率化するRust製ツール|whitebeard
                              • Google検索で使えるコマンド13選!実際に使うものだけ紹介 | 株式会社LIG

                                こんにちは、SEOマーケターのマキヤと申します。 有名なコマンドですが、Googleの検索窓に「site:ドメイン名」と入れて検索すると、そのサイト内のコンテンツだけを検索できます。 この記事ではそのような、Google検索で使えるコマンドを紹介いたします。正式には演算子と呼ばれるものですね。 演算子自体はたくさんあるのですが、絶対に使わないだろってもの(Macで検索窓に「weather:」って入れると天気のアプリが開く)や、正しく動作しないなどの理由でGoogleが非推奨としているものもあるため、この記事では役にたつタイミングがありそうな演算子に絞って紹介していきます。また、具体的な使い方も少し紹介いたします。 実際に使う可能性があるGoogle検索コマンド13選 1 site: 特定のサイト内のページだけ検索できる 個人的には最も有名なコマンドなのかなとも思っています。 ドメインを入力

                                  Google検索で使えるコマンド13選!実際に使うものだけ紹介 | 株式会社LIG
                                • Sound Horizon official website

                                  Copyright ©RAP-PRODUCTS, INC. All Rights Reserved. 本サイトの内容を営利、非営利を問わず無断で使用することを禁止します。本サイトに記載されている画像・文章等、全ての内容の無断転載・引用を禁止します。 本サイトに掲載している全てのコンテンツ (画像・記事等)を無断で複製・転載・配布する事を禁止します。著作権法において、本サイト掲載されている画像・文章等のダウンロード、無断複製、転載は禁止されています。 当サイトの画像及びテキスト、その他の無断使用・転載はご遠慮ください。

                                    Sound Horizon official website
                                  • 「Linux」でbashプロンプトをカスタマイズするには

                                    Jack Wallen (Special to ZDNET.com) 翻訳校正: 編集部 2023-11-24 07:45 「Linux」は市場で最も柔軟なOSだ。多くのLinuxディストリビューションは、無限にカスタマイズできる。デスクトップのルックアンドフィールを微調整したり、デスクトップ自体を変更したりして、非常に個性的かつユニークな体験を作り出すことが可能だ。 カスタマイズできることがあまり知られていないこともある。bashプロンプトだ。よく知らない人のために説明しておくと、bashプロンプトは、コマンドの実行に使用されるプロンプトである。ターミナルウィンドウを開くと、以下のようなプロンプトが表示されるはずだ。 jack@HIVE:~$ これが筆者の「Ubuntu Budgie」デスクトップのデフォルトのプロンプトだ。基本的に、このプロンプトは以下の情報で構成されている。 jack

                                      「Linux」でbashプロンプトをカスタマイズするには
                                    • WordPressの記事をMarkdown形式に一括出力する方法

                                      2023年6月27日 Webサイト制作, Wordpress WordPressで運営していた記事をJAMStackサイトに移行したり、GitHubで管理したいというとき、記事数が少なければチマチマ手作業でも問題なさそうですが、数十、数百の記事を手作業するのはさすがにしんどいですよね。今回はたまりにたまったWordPressの記事をMarkdown形式に一括で変更、ダウンロードする方法を紹介します。 ↑私が10年以上利用している会計ソフト! 1. WordPressの記事をエクスポート WordPress管理画面の「ツール」→「エクスポート」から書き出したいコンテンツを選びます。画像や本文データすべて利用する場合は「すべてのコンテンツ」を選んで「エクスポートファイルをダウンロード」ボタンをクリック。XML形式のファイルがダウンロードされます。 エクスポートしたデータは、ひとまずわかりやすい

                                        WordPressの記事をMarkdown形式に一括出力する方法
                                      • ~sircmpwn/bunnix - A simple monolithic Unix-ish kernel - sourcehut git

                                        #Bunnix A simple monolithic Unix-like operating system. #Bunnix cross toolchain A GNU toolchain configured for an x86_64-bunnix target is required to compile Bunnix. Fetch the binutils and gcc trees from here: binutils (bunnix branch) gcc (bunnix branch) You must configure these with the Bunnix sysroot you will be using for your build. The build system places this at $srcdir/target/root/ by defaul

                                        • GitHub - MegaManSec/SSH-Snake: SSH-Snake is a self-propagating, self-replicating, file-less script that automates the post-exploitation task of SSH private key and host discovery.

                                          🐍 SSH-Snake is a powerful tool designed to perform automatic network traversal using SSH private keys discovered on systems, with the objective of creating a comprehensive map of a network and its dependencies, identifying to what extent a network can be compromised using SSH and SSH private keys starting from a particular system. SSH-Snake can automatically reveal the relationship between system

                                            GitHub - MegaManSec/SSH-Snake: SSH-Snake is a self-propagating, self-replicating, file-less script that automates the post-exploitation task of SSH private key and host discovery.
                                          • 闘魂mkdir ── mkdirしたらcdしてついでにVisual Studio Codeを立ち上げることにしました - Qiita

                                            $\huge{元氣ですかーーーーッ!!!}$ $\huge{元氣があればなんでもできる!}$ $\huge{闘魂とは己に打ち克つこと。}$ $\huge{そして闘いを通じて己の魂を磨いていく}$ $\huge{ことだと思います}$ はじめに

                                              闘魂mkdir ── mkdirしたらcdしてついでにVisual Studio Codeを立ち上げることにしました - Qiita
                                            • ローカルAI完全ガイド:Metaの最新生成AI「Llama 3」をMac Book Airで快適に使う

                                              Meta(Facebook)が開発・公開しているオープンソースの生成AIモデル「Llama」シリーズに、新たな「Llama 3」が2024年4月19日に公開された。 Llamaは、OpenAIのGPT-4や、AnthropicのClaude 3などと異なり、モデルが一般に公開されており、誰でもモデルをダウンロードして、自分のPC/Macなどで、例えインターネットに接続されていなくても利用することが可能だ。 今回リリースされたLlama 3は、8B(80億)パラーメータ、70B(700億パラメータ)の2種類だ。 大型の70Bモデルは、いくつかのベンチマークによれば、OpenAIの最上位モデルであるGPT-4 Turboや、AnthropicのClaude 3の最上位モデルであるOpusには及ばないものの、GPT-3.5やClaude 3 Sonnet、Gemini 1.5 Proよりも優れた

                                                ローカルAI完全ガイド:Metaの最新生成AI「Llama 3」をMac Book Airで快適に使う
                                              • GitHub - dzove855/Bash-web-server: A purely bash web server, no socat, netcat, etc...

                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                  GitHub - dzove855/Bash-web-server: A purely bash web server, no socat, netcat, etc...
                                                • 「WinGet 1.6」が公開 ~「VS Code」や「PowerToys」のビルド環境もコマンド一発で準備(窓の杜) - Yahoo!ニュース

                                                  米Microsoftは9月26日(日本時間)、アプリケーションパッケージのCUI管理ツール「Windows Package Manager(WinGet) 1.6」をリリースした。本バージョンから、「Build 2023」で発表された「WinGet Configuration」が安定版として利用できる。 【画像】「ストア」アプリで「アプリ インストーラー」をアップデートすれば、最新バージョンとなる 「WinGet Configuration」(winget configure)は、構成ファイル(*.dsc.yaml)を元に開発ツールやフレームワーク、パッケージ、アプリなどをセットアップする仕組み。これまで数時間、数日かかっていた複雑な作業を、コマンドを一発実行しさえすれば無人で完了できる信頼性の高さが売りだ。 たとえば、「Visual Studio Code」のソースコードをコンパイルする

                                                    「WinGet 1.6」が公開 ~「VS Code」や「PowerToys」のビルド環境もコマンド一発で準備(窓の杜) - Yahoo!ニュース
                                                  • Vimコマンドの考え方覚え方について - Qiita

                                                    この記事について Vimを使用して普段開発しているのですが、先輩に勧められたテキストを読んでvimコマンドの考え方が今までと変わったので考え方について書いていきます。 その他テキストから知って便利だったプラグインを紹介します。 考え方 コマンドの実行は主に暗記に頼っていました。例えば、dwがwで「word(単語)」を表すため、単語を削除するコマンドだという程度の理解でした。特に、dibやci"のようなコマンドは完全に暗記して使用していました。 しかし、本来はそんな覚える必要はなくものすごく直感的なコマンドでした。 https://vimdoc.sourceforge.net/htmldoc/motion.html "dl" delete character (alias: "x") |dl| "diw" delete inner word *diw* "daw" delete a word

                                                      Vimコマンドの考え方覚え方について - Qiita
                                                    • ネットワークの関連 - Qiita

                                                      ネットワークの基礎 TCP/IPプロトコル 通信を行う上での取り決めをプロトコルという。企業や家庭内のLANやインターネットで最も一般的に使用されているプロトコル。 TCP(Transmission Control Protocol) HTTPなど固有のアプリケーション層のプロトコルを橋渡しするもので、ポート番号用いて識別し、担当のソフトウェアに振り分ける。信頼性が高いが即時性や高速性は得られにくい リアルタイム通信には不適切だが、webサーバーへのアクセスなどデータが抜け落ちて困る際に使用 途中で消失やエラーが発生したパケットを再送 パケットの伝送順所を整列 IP(Internet Protocol) TCPやUDP、ICMPなどのデータ転送(ルーティング)をつかさどるコネクションレス型のプロトコル。コネクションレス型とは、相手に通信データが正しく届いているかどうかを確認せず、一方的に送

                                                        ネットワークの関連 - Qiita
                                                      • GitHub - say4n/jf: flatten them json

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - say4n/jf: flatten them json
                                                        • Writing a Unix clone in about a month

                                                          I needed a bit of a break from “real work” recently, so I started a new programming project that was low-stakes and purely recreational. On April 21st, I set out to see how much of a Unix-like operating system for x86_64 targets that I could put together in about a month. The result is Bunnix. Not including days I didn’t work on Bunnix for one reason or another, I spent 27 days on this project. He

                                                          • GitHub - ceritium/flatito: Grep for YAML and JSON files

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - ceritium/flatito: Grep for YAML and JSON files
                                                            • Common Lisp for shell scripting - simonsafar.com

                                                              ... let's use SBCL instead of bash!. Objective Shell scripts are... just programs. Written in a rather ugly programming language, that was nevertheless designed to be as similar to actual UNIX command invocations as possible (given how it is actual UNIX command invocations for the most part). Using any other language (e.g. Python) definitely comes with some downsides: if most of what you're doing

                                                              • Research Unix Sixth Edition (WASM)

                                                                This web page runs a Go port of the Research Unix Sixth Edition kernel, running user-mode code in a simulated PDP11 CPU, all compiled to WebAssembly, executed in your browser. A few accounts are root, dmr, and ken. The password is the username. Have fun poking around. cd is spelled chdir. Erase is #, and line kill is @. As a convenience to 21st century users, typing backspace and ^U generate these

                                                                • Linux基礎コマンド18選をまとめてみた - Qiita

                                                                  はじめに Linuxコマンドを学習したので、中でも重要な18個のコマンドについてまとめ、記事にしてみました。 ディレクトリ操作コマンド ディレクトリとは ファイルが保存されている場所のことで、入れ子構造になっている。 WindowsやMacのフォルダと同じ概念 また、ルートディレクトリ「/」を頂点とした階層構造(=ディレクトリーツリー)になっている 1. 【 cd 】 現在作業中のディレクトリ1を移動するコマンド change directoryの略。 書式 $ cd [オプション][ディレクトリ]([]は任意) cdコマンドでは以下のショートカット記号を使うことで、パスの入力を省略できます。 よく使うので、ぜひ覚えておきましょう! cd + ショートカット 名前 説明

                                                                    Linux基礎コマンド18選をまとめてみた - Qiita
                                                                  • Shell History Is Your Best Productivity Tool | Martin Heinz | Personal Website & Blog

                                                                    If you work in shell/terminal often enough, then over time the history will become your personal knowledge vault, documentation and command reference. Being able to use this personal documentation efficiently can hugely boost your productivity. So, here are a couple of tips on how to optimize your shell history configuration and usage to get the most out of it. Configuration I use ZSH and Oh My Zs

                                                                    • In praise of Nushell

                                                                      I'm a little old school and spend a ton of time in the terminal; many programmers and data scientists are the same. The magic of pipes Most people will use the default shell that is installed on their system, either bash or zsh.1 Running commands is OK, but the real magic is when commands are designed to do one small thing well, and then you compose them together with pipes: # look for "hello" in

                                                                      • Introducing rep & ren: A New Approach to Command-Line Find & Replace, and Renaming

                                                                        This post is about two new command-line utilities: rep and ren. Both are available on GitHub. How to Use Rep Perform a search with a grep tool like ripgrep: Pipe the results of the search to rep, and provide search and replace terms as arguments: If the diff looks good, pass the -w flag to rep to write the changes to the files: rep & ren rep and ren are two new tools for performing find and replac

                                                                        • コマンドラインで URL デコードする一例 - ようへいの日々精進XP

                                                                          この記事は YAMAP エンジニア Advent Calendar 2020 の九日目になる予定です。 qiita.com tl;dr URL エンコードされた文字列を、コマンドラインでシュッとデコードしたかったので調べたのでメモ。 URL エンコードされる文字列は以下の通り。 負けない事 投げ出さない事 逃げ出さない事 これを URL エンコードすると、以下のような文字列となる。 %E8%B2%A0%E3%81%91%E3%81%AA%E3%81%84%E4%BA%8B%0D%0A%E6%8A%95%E3%81%92%E5%87%BA%E3%81%95%E3%81%AA%E3%81%84%E4%BA%8B%0D%0A%E9%80%83%E3%81%92%E5%87%BA%E3%81%95%E3%81%AA%E3%81%84%E4%BA%8B 本記事で利用する環境は以下の通り。 root@

                                                                            コマンドラインで URL デコードする一例 - ようへいの日々精進XP
                                                                          • コマンドの出力が長いとき、PowerShellではとりあえずselect-objectでなんとかする (1/2)

                                                                            コマンドラインでコマンドを実行すると、長い出力が出てしまうことが多い。この問題は、コンピューターがまだ機械式端末装置などで印字出力をしていたときからの問題なので、さまざまな解決策が用意されている。今回はその対策を解説する。 Windowsでは、旧来のmore.comも利用できるが、Out-GridViewコマンドを使うとGUIウィンドウにコマンドの出力を表示できる まずは基本的となる対策 MS-DOS時代からの対策は、more.comコマンドである。more.comは、画面1面分の出力をすると、そこで出力を停止して、キー入力待ちとなる。Unix/Linux系では、その発展型となるlessコマンドもあり、逆方向にスクロールさせることも可能だ。 more.comは、cmd.exeでもPowerShellでも利用できる。どちらも「C:\Windows\System32\more.com」が呼び出

                                                                              コマンドの出力が長いとき、PowerShellではとりあえずselect-objectでなんとかする (1/2)
                                                                            • dt: duct tape for unix pipes

                                                                              What's dt? ⌾ dt is a functional programming riff on shell one-liners. It's useful for many situations, its simple syntax makes it easy to write and read, and dt is for solving problems with no pretense of elegance. The philosophy can be summed up with quotes from the ultimate handyman, Red Green: If it ain't broke, you're not trying. ...the handyman's secret weapon, duct tape. This is only tempora

                                                                                dt: duct tape for unix pipes
                                                                              • Rotz

                                                                                Rust DotfilemanagerRust Dotfile managerRust Dotfile sRust Dot sR ust DotsR otsRot sRotz 👃 Fully cross platform dotfile manager and dev environment bootstrapper written in Rust.

                                                                                • Essential Vim commands for efficient text editing | Max Shen Dev

                                                                                  In this tutorial, I’ll cover the basic commands that you need to know to work in Vim efficiently. I recommend you to open a file with Vim/Neovim and try the command while reading it. The 3 most used modes in Vim: Normal mode: Used for moving/editing text. When you press <ESC> in other modes, you’ll get back to Normal mode. Command-line mode: Used for executing commands (eg: save file, open help fi

                                                                                    Essential Vim commands for efficient text editing | Max Shen Dev