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.
件名ファイルの行番号を最終的に生成するパイプされたUNIXスクリプトがあります。 ここで、この特定の行から最後までファイルの内容を出力する必要があります。 sedが目的の出力を行うために、xargsを介してsedに行番号を入力することは可能ですか。
.....|tail -1 | cut -f 1 | xargs sed ...?
これは可能ですか?