Skip to content

[Hadoop] 綜合練習 #10

Description

@WarrenLo

Hadoop 綜合練習

下載資料

wget ["網址"] -O [檔名]

觀看資料

  • cat
  • head -n [number] [檔案位置]
  • tail -n [number [檔案位置]
    • number 可以是 " n ", " +n ", " -n "
    • head -n 3 --> 顯示前三筆
    • tail -n 3 --> 顯示後三筆
    • head -n -3 --> 最後三筆不顯示 ( = 顯示第一筆到倒數第四筆)
    • tail -n +3 --> 顯示最後一筆到第三筆

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions