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.
csh を使用して文字列を抽出するのに少し助けが必要です。_abc で終わる長い文字列を含む変数があります。csh を使用して _abc を除く文字列全体を抽出する必要があります。助けてください
コマンドをbasename使用できるようにする必要があります。その場合は、
basename
echo `basename mystring_abc _abc` >> mystring