0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[シリーズ 全6回] subprocessの代替パッケージ「sh」(amoffat/sh)を使ってみる

Last updated at Posted at 2021-08-04

はじめに

標準パッケージでは無いものの subprocess の代替である「sh」(amoffat/sh) も便利である.

個人的な考えではあるが、「sh」は標準パッケージでは無いので、職場などで使い込むと
他者の迷惑になり兼ねない。しかし、適度に使う分には subprocess よりも速く実装できて
好都合なので書き残しておく.

コンテンツ 実装時期
[06] subprocessの代替パッケージ「sh」を使ってみる ... Git 操作をする 2019/10
[05] subprocessの代替パッケージ「sh」を使ってみる ... sudo をパスワード自動入力で使う 2019/10
[04] subprocessの代替パッケージ「sh」を使ってみる ... sudo を使う 2019/10
[03] subprocessの代替パッケージ「sh」を使ってみる ... findコマンド 2019/10
[02] subprocessの代替パッケージ「sh」を使ってみる 2019/10
[01] subprocessの代替パッケージ「sh」を使ってみる 2019/10
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?