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.
私の最初の質問...
AIX で空の tar ファイルを作成する方法、何度か試しましたが、うまくいきません。
$touch myfile.tar動作しません。
$touch myfile.tar
これを試して。Linuxで動作します。
tar cvf your-empty-tar-filename.tar --files-from /dev/null