Skip to content
View kusanorootbeer's full-sized avatar
  • 神戸Univ. to Hitachi
  • Yokohama

Highlights

  • Pro

Organizations

@cs24kobe

Block or report kusanorootbeer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to output from grep to cp How to output from grep to cp
    1
    find dir_from/* |grep hoge |grep -v fuga >temp.memo #条件にあうファイル名をtemp.memoに全部書く
    2
    cat temp.memo |xargs cp -t dir_to/ #temp.memoを読んで書いてあるファイルをdir_to/にコピーする
    3
    rm temp.memo #消さなくても随時上書きするので困らないはず
  2. Tweeto_embed Tweeto_embed Public

    Python

  3. AtCoder AtCoder Public

    AtCoder Contest log

    Python

  4. LCAS/RKN LCAS/RKN Public

    C 47 14

  5. mp4to3 mp4to3 Public

    It transform mp4 file into mp3 file.

    Python