Skip to content
View tamata78's full-sized avatar
Block or Report

Block or report tamata78

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

  1. sandbox_Java sandbox_Java Public

    Java Sandbox

    Java

  2. boot_sand boot_sand Public

    spring boot sandbox

    Java

  3. sandbox_bash sandbox_bash Public

    Shell

  4. sandbox_SQL sandbox_SQL Public

    SQL Sandbox

    TSQL

  5. linux_cmd_tips linux_cmd_tips
    1
    # 1.ファイル・ディレクトリ
    2
    ## 1.1 ファイル検索 
    3
    ### ファイル名を名称指定で検索
    4
    ```
    5
    $ find ./*/*file_name* -type f | wc