Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のようにbashスクリプトを書きました。
#!/bin/bash echo "Enter a file name" read filename import -window root $HOME/Desktop/$filename.png
このスクリプトがスクリーンショットを撮り、指定されたファイル名で画像をデスクトップに保存することを期待していました....
問題: ubuntu 端末でエラーが発生しています。インポート: コマンドが見つかりません
imagemagick からの「インポート」だと思います。
sudo apt-get install imagemagick