次のコマンドでテーブルをインポートできます
df -h|column -t|sed -E 's/ +/\t/g'
mysqlテーブルにしたいです。これが私の現在の試みです
[root@localhost ~]# df -h|column -t|sed -E 's/ +/\t/g'>test
[root@localhost ~]# mysql -pmypassword mydatabase <test
しかし、うまくいきません。これを行う方法はありますか?
次のコマンドでテーブルをインポートできます
df -h|column -t|sed -E 's/ +/\t/g'
mysqlテーブルにしたいです。これが私の現在の試みです
[root@localhost ~]# df -h|column -t|sed -E 's/ +/\t/g'>test
[root@localhost ~]# mysql -pmypassword mydatabase <test
しかし、うまくいきません。これを行う方法はありますか?