並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 24 件 / 24件

新着順 人気順

Coreutilsの検索結果1 - 24 件 / 24件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Coreutilsに関するエントリは24件あります。 Linuxtechfeedlinux などが関連タグです。 人気エントリには 『[速報]マイクロソフト、UNIX系コマンドをWindowsに移植「Coreutils for Windows」一般公開』などがあります。
  • [速報]マイクロソフト、UNIX系コマンドをWindowsに移植「Coreutils for Windows」一般公開

    マイクロソフトは、日本時間6月3日未明に開幕した年次イベント「Microsoft Build 2026」で、UNIX系の基本的なコマンド群をWindowsに移植した「Coreutils for Windows」の一般公開を発表しました。 CoreutilsはUNIX系OSにおいて利用可能な基本的なコマンド、例えばファイルのコピーを行うcpコマンドやファイルの移動を行うmvコマンドなどを始めとする多数のコマンドを集めたオープンソースのソフトウェアパッケージです。 Coreutils for WindowsはこのCoreutilsをマイクロソフト自身がオープンソースとしてWindowsに移植したものです。 これによりユーザーやAIエージェントは、WindowsのコマンドラインからUNIX系OSと同様のコマンドを使ってさまざまな操作が可能になります。 Microsoft Build 2026 記

      [速報]マイクロソフト、UNIX系コマンドをWindowsに移植「Coreutils for Windows」一般公開
    • Windowsのコンソール上でUnix/Linuxの標準的なコマンドを動かす「Windows CoreUtils」

      Unix/Linuxの標準的なコマンドを、Windowsのコンソール上で動かす「Windows CoreUtils」が公開された。これにより、Windows側でもLinux側(WSL側)でも同じコマンドが使えるようになった。Windows CoreUtilsのコマンドは、原則として「exe」の拡張子を持つ実行ファイルとして利用する。 とりあえず、利用したければ、以下のwingetコマンドを実行する。 winget install Microsoft.Coreutils あるいは、Windows CoreUtilsのリポジトリのリリースページ(https://github.com/microsoft/coreutils/releases/tag/v2026.5.29)からインストーラーをダウンロードしてもよい。もちろん、ソースコードをダウンロードして自分でビルドすることも可能である。 そもそ

        Windowsのコンソール上でUnix/Linuxの標準的なコマンドを動かす「Windows CoreUtils」
      • GitHub - microsoft/coreutils: Coreutils for Windows: Installer & Packaging

        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 - microsoft/coreutils: Coreutils for Windows: Installer & Packaging
        • 「Coreutils for Windows」が一般提供 ~Linuxなどの定番コマンドをWindowsでネイティブ実行/macOS、WSL、コンテナー、クラウド環境などをまたいで作業する場合に

            「Coreutils for Windows」が一般提供 ~Linuxなどの定番コマンドをWindowsでネイティブ実行/macOS、WSL、コンテナー、クラウド環境などをまたいで作業する場合に
          • Linuxの基礎コマンド群「Coreutils」を使いこなそう | Windowsユーザーのための WSL2で始める Linux環境構築術 | Think IT(シンクイット)

            本記事では、こうした100以上のコマンドのうち、よく使うものや、知っておくと便利そうだと筆者が考えたものに絞って紹介します。 コマンドのマニュアルを読むにはCoreutilsの各コマンドにはマニュアルが用意されています。マニュアルを読むには「man」コマンドの引数に、調べたいマニュアル(コマンド)名を指定してください。例えば、catコマンドのマニュアルを読むには以下のように実行します。 $ man catなお、コンテナなどの軽量な環境では、manコマンド自体がインストールされていないこともあります。そのような場合はmanパッケージをインストールしてください。 $ sudo apt install -U -y man前述の通り、Coreutilsに含まれるコマンドは非常に多く、またそれぞれのコマンドの使い方も複雑なため、本記事では概要の紹介に留めます。ぜひ手元のWSL環境でdpkgコマンドを

              Linuxの基礎コマンド群「Coreutils」を使いこなそう | Windowsユーザーのための WSL2で始める Linux環境構築術 | Think IT(シンクイット)
            • 第913回 Ubuntu 26.04 LTSで本格的に進むRust版coreutilsへの移行 | gihyo.jp

              Ubuntu Weekly Recipe 第913回Ubuntu 26.04 LTSで本格的に進むRust版coreutilsへの移行 Ubuntu 26.04 LTSの大きな変更点のひとつが「sudoとcoreutilsがRust版になった」ことです。今回はこのRust版のツール、特にcoreutilsに関してと、その経緯・状況を詳しく紹介しましょう。 図1 Ubuntu 26.04 LTSでは大半のcoreutilsコマンドがRust製に置き換わっており、一部のみがGNU版になっている。ただし置き換わったコマンドも「gnu」のプレフィックスを付ければ利用可能 Ubuntu 26.04 LTSのsudo/coreutils事情 第902回の「Ubuntu 26.04 LTSの変更点 [⁠24.04→26.04 LTS編]」でも紹介したように、Ubuntu 26.04 LTSではcoreu

                第913回 Ubuntu 26.04 LTSで本格的に進むRust版coreutilsへの移行 | gihyo.jp
              • Rust-Written Replacement To GNU Coreutils Progressing, Some Binaries Now Faster - Phoronix

                Rust-Written Replacement To GNU Coreutils Progressing, Some Binaries Now Faster Written by Michael Larabel in Programming on 29 January 2022 at 07:52 AM EST. 221 Comments Along with the broader industry trend of transitioning security-sensitive code to memory-safe languages like Rust, there has been an effort to write a Rust-based replacement to GNU Coreutils. For nearly a year that Rust Coreutils

                  Rust-Written Replacement To GNU Coreutils Progressing, Some Binaries Now Faster - Phoronix
                • How the GNU coreutils are tested

                  Detailed here are some of the tools and techniques we use to test the GNU coreutils project, which should present some useful ways to automate the use of tools like gdb, strace, valgrind, sed, grep, or the coreutils themselves etc., either for testing or for other applications. We also describe general techniques like using timeouts in a robust and performant way. Test framework automake's test fr

                  • MicrosoftがgrepなどのUNIX系コマンドをWindowsで使用可能にする「Coreutils for Windows」を公開

                    MicrosoftがUNIXスタイルのコマンドラインユーティリティセット「Coreutils for Windows」を公開しました。Coreutils for Windowsをインストールするとコマンドプロンプト(CMD)やPowerShellでgrepなどのコマンドを使えるようになります。 Coreutils for Windows overview | Microsoft Learn https://learn.microsoft.com/en-us/windows/core-utils/overview GitHub - microsoft/coreutils: Coreutils for Windows: Installer & Packaging · GitHub https://github.com/microsoft/coreutils Coreutils for Wind

                      MicrosoftがgrepなどのUNIX系コマンドをWindowsで使用可能にする「Coreutils for Windows」を公開
                    • The Rust Implementation Of GNU Coreutils Is Becoming Remarkably Robust - Phoronix

                      The Rust Implementation Of GNU Coreutils Is Becoming Remarkably Robust Written by Michael Larabel in Programming on 8 February 2023 at 11:00 AM EST. 102 Comments Coming about over the past two years has been uutils as a re-implementation of GNU Coreutils written within the Rust programming language. This Rust-based version of cp, mv, and other core utilities is reaching closer to parity with the w

                        The Rust Implementation Of GNU Coreutils Is Becoming Remarkably Robust - Phoronix
                      • Ubuntu 26.04 Rust Coreutils: uutils vs GNU Guide | ComputingForGeeks

                        Tools that live in findutils rather than coreutils, like xargs, find, and locate, are unaffected by this transition. Same for rsync and tar, which statcall directly and never shell out to coreutils utilities. Real behavioral differences between uutils 0.8.0 and GNU 9.7 Upstream parity at 94.74% is impressive, but the remaining 5% can bite in specific places. Every one of these is testable on the s

                          Ubuntu 26.04 Rust Coreutils: uutils vs GNU Guide | ComputingForGeeks
                        • GitHub - Poseidon-fan/linux-0.11-rs: Linux 0.11 rewritten in idiomatic Rust: kernel, std-style user library, and 60+ coreutils — boots on i386 in QEMU.

                          A kernel with most of what Linux 0.11 had — processes, virtual memory with demand paging and CoW fork, the Minix v1 filesystem, ATA disk driver, VGA + PS/2 console, 8250 serial console, TTY layer, signals, and the complete syscall table. A Rust user-space "std" — user_lib mirrors the public shape of std::{fs, io, path, env, process, time} so user programs read like ordinary Rust, not like syscall

                            GitHub - Poseidon-fan/linux-0.11-rs: Linux 0.11 rewritten in idiomatic Rust: kernel, std-style user library, and 60+ coreutils — boots on i386 in QEMU.
                          • An update on rust/coreutils

                            TLDR: we are making progress on the Rust implementation of the GNU coreutils. Well, it is an understatement to say my previous blog post interested many people. Many articles, blog posts and some podcasts talked about it! As we pushed coreutils 0.0.12 a few days ago and getting closer to the 10 000 stars on github, it is now time to give an update! This has brought a lot of new contributors to thi

                            • Ubuntu 25.10でのcoreutilsのRust置き換え、pluckyの開発; ベータへ向けて、Jetson向けオフィシャルイメージ | gihyo.jp

                              Ubuntu Weekly Topics Ubuntu 25.10でのcoreutilsのRust置き換え⁠⁠、pluckyの開発; ベータへ向けて⁠⁠、Jetson向けオフィシャルイメージ Ubuntu 25.10でのcoreutilsのRust置き換え 「Ubuntuらしい」チャレンジングな試みが開始されます。Jon Seagerによる『酸化』の試みのDiscourse上のポスト[1]では、coreutilsをRustベースの新実装であるuutilsで置き換え、可能であれば25.10でデフォルトにし、26.04 LTSでも同様にデフォルトとする方向が示唆されています。 coreutils(GNU core utilities)はLinuxシステムにおける基本的なコマンド群で、lsやmvやrm、cp、chownなどなど、「⁠コマンドライン操作では必ず利用する」ツールキット群です。これを別

                                Ubuntu 25.10でのcoreutilsのRust置き換え、pluckyの開発; ベータへ向けて、Jetson向けオフィシャルイメージ | gihyo.jp
                              • GNU Coreutils 9.0: cp Now Enables CoW By Default + Copy Offload, wc Now Uses AVX2 - Phoronix

                                GNU Coreutils 9.0: cp Now Enables CoW By Default + Copy Offload, wc Now Uses AVX2 Written by Michael Larabel in GNU on 24 September 2021 at 01:36 PM EDT. 18 Comments Coreutils 9.0 is now available and it's a significant update to this collection of common open-source utilities found on effectively all Linux systems. First up, the widely-used cp utility for copying files/directories has some notabl

                                  GNU Coreutils 9.0: cp Now Enables CoW By Default + Copy Offload, wc Now Uses AVX2 - Phoronix
                                • GNU Coreutilsの代替を目指す「Rust Coreutils」が0.2をリリース — 基本的なUnixコマンド群の改善を目指す

                                  9月7日、Rust Coreutils 0.2がリリースされた。 この記事では、GNU Coreutilsの代替として開発が進むRust Coreutilsの新バージョン「0.2」のリリース内容と、その性能改善やUbuntuへの導入準備について詳しく紹介されている。以下に、その内容を紹介する。 GNU Coreutilsとは GNU Coreutilsとは、Unix系オペレーティングシステムにおける基本的なコマンド群をまとめたソフトウェアパッケージである。 具体的には、以下のようなファイル操作・テキスト処理・システム管理に不可欠なコマンドが含まれている。 ファイルやディレクトリ操作 ls(ファイル一覧表示) cp(ファイルコピー) mv(移動・リネーム) rm(削除) mkdir(ディレクトリ作成) テキスト処理 cat(内容表示) sort(並べ替え) uniq(重複削除) tr(文字置

                                    GNU Coreutilsの代替を目指す「Rust Coreutils」が0.2をリリース — 基本的なUnixコマンド群の改善を目指す
                                  • GitHub - Gandalf-/coreutils: Unix core utilities implemented in Haskell

                                    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 - Gandalf-/coreutils: Unix core utilities implemented in Haskell
                                    • GNU CoreUtils の sleep は infinity が指定できる

                                      どうやら inf と infinity の両方が指定可能らしい。CoreUtils のソースを適当に検索してみようと GitHub から検索してみたけど、それっぽいものが引っかからない。 こりゃ調べないと分からないなと思って git clone した。こういうの気になりだすと、ちゃんと分かるまで気になって眠れなくなる病気です。 スタート地点は coreutils/src/sleep.c for (int i = optind; i < argc; i++) { double s; char const *p; if (! (xstrtod (argv[i], &p, &s, cl_strtod) || errno == ERANGE) /* Nonnegative interval. */ || ! (0 <= s) /* No extra chars after the number a

                                        GNU CoreUtils の sleep は infinity が指定できる
                                      • CLI text processing with GNU Coreutils

                                        IntroductionI've been using Linux since 2007, but it took me ten more years to really explore coreutils when I wrote tutorials for the Command Line Text Processing repository. Any beginner learning Linux command line tools would come across the cat command within the first week. Sooner or later, they'll come to know popular text processing tools like grep, head, tail, tr, sort, etc. If you were li

                                          CLI text processing with GNU Coreutils
                                        • にわか管理者のためのLinux運用入門(312) Macで行く - Coreutilsコマンドとの違いを知る

                                          UNIX系のOS(POSIX互換を意識したOS)には必ずと言ってよいほどlsコマンドやcatコマンドといったコマンドが含まれている。こうしたコマンドはLinuxに限らずUNIX系のOSには必須のコマンドだ。 Linuxディストリビューションでは、特にこうした基本となるコマンドを「GNU Core Utilities (Coreutils)」というパッケージから取ってきていることが多い。それ以外のUNIX系OSでは、OSごとにCoreutilsのようなコマンドを持っている。それらのコマンドは、パッケージというよりもOSの一部という位置付けになっている。 Linuxではディストリビューションが異なっていても、lsコマンドやrmコマンドといった基本的なコマンドの動作は同じことが多い。使っているコマンドがGNU Core Utilitiesに含まれているコマンドであり、基本的に同じだからだ。一方、

                                            にわか管理者のためのLinux運用入門(312) Macで行く - Coreutilsコマンドとの違いを知る
                                          • Extending the Coreutils project - Rewriting base tools in Rust | uutils

                                            As I just presented at FOSDEM, we are moving into the next phase of the uutils project. Over the last five years, we have been working on reimplementing some of the key Linux tools in Rust. We started with the Coreutils and findutils. As we approach feature parity with the GNU Coreutils implementation, and as its adoption in production environments continues to expand, we have been thinking about

                                            • Rust Coreutils 0.2 Released With "Massive" Performance Gains, Production-Ready Ubuntu Support - Phoronix

                                              Rust Coreutils 0.2 Released With "Massive" Performance Gains, Production-Ready Ubuntu Support Written by Michael Larabel in Programming on 6 September 2025 at 09:25 AM EDT. 106 Comments The uutils project today released version 0.2 of the Rust Coreutils as their alternative to GNU Coreutils written in the Rust programming language. This release comes as Ubuntu 25.10 prepares to make use of it by d

                                                Rust Coreutils 0.2 Released With "Massive" Performance Gains, Production-Ready Ubuntu Support - Phoronix
                                              • Rust Coreutils 0.3がリリース — GNU Coreutilsとの互換性が更に向上、顕著なパフォーマンスアップも

                                                10月26日、Rust Coreutils 0.3がリリースされたことを海外のテクノロジーメディアPhronixが報じた。 この記事では、Rust製のGNU Coreutils代替実装「Rust Coreutils(uutils)」のバージョン0.3がリリースされ、パフォーマンスの大幅な向上とGNU互換性の改善が図られたことについて詳しく紹介する。 Ubuntu 25.10で採用され注目を集めるRust Coreutils Rust Coreutilsは、Rust言語で書かれたGNU Coreutilsの代替実装であり、安全性とモダンな設計を特徴としている。特に、Ubuntu 25.10がデフォルトでRust Coreutilsを採用したことで、開発コミュニティから注目を集めている。 今回の0.3リリースは、このプロジェクトにとって大きな前進となるもので、より多くのGNUテストスイートに合

                                                  Rust Coreutils 0.3がリリース — GNU Coreutilsとの互換性が更に向上、顕著なパフォーマンスアップも
                                                • Rust For The Linux Kernel Updated, Uutils As Rust Version Of Coreutils Updated Too - Phoronix

                                                  Rust For The Linux Kernel Updated, Uutils As Rust Version Of Coreutils Updated Too Written by Michael Larabel in Linux Kernel on 23 May 2022 at 05:56 AM EDT. 47 Comments While not marked as a pull request yet for mainlining to the kernel, Miguel Ojeda this morning sent out an updated set of patches adding in the Rust programming language support for the Linux kernel. Separately, a new version of U

                                                    Rust For The Linux Kernel Updated, Uutils As Rust Version Of Coreutils Updated Too - Phoronix
                                                  1

                                                  新着記事