Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

d6(5/20) .xls 専門用語

Last updated at Posted at 2023-05-15

docx, pptx

  • 「記憶の構造」対抗戦

init

  > ls             # ls:list ('.'が省略, current dir)
  aoyama_type_data.zip  bin/  comp_a_25s/ my_comp_a
  > pwd            # print working dir
  /home/bob   # home dir == '~' (tilde)
              # path, '/'だけ,root(根っこの)
  > cd comp_a_25s/ # cd : change directory [dir]
  > git stash      # gitで隠す(stash)
  > git pull origin main
  > cd ../my_comp_a
                   # cd [to_dir]: '..'は一つ上のdirを指す
  > cp -rf ../comp_a_25s/lectures/d6_xlsx_chunk .
                   # cp: copy --options [from_dir] [to_dir]
                   # -r: recursively(再帰的に)
                   # -f: force(強制的に)
  > cd d6_xlsx_chunk
  > ls (.) 
  > open .

まなぶ項目

課題

pptxトーナメント課題

ペアとの対戦で勝った方,負けた方の学籍番号と名前をtxtで提出してください.両者が出してください.

xlsx課題

> tree tasks
tasks
├── xlsx_check_rubric.org
├── xlsx_orig.xlsx
└── xlsx.pdf
  • task directoryにあるファイル

    • xlsx_orig.xlsx

    を修正します.

  • xlsx.pdfに従ってxlsxを完成させ,xlsx書類をLUNAへ提出しなさい.pdfでの提出は採点しません.

  • なお,課題レポートの採点基準は xlsx_check_rubric.org

参照資料


  • source ~/Desktop/lecture_25s/comp_a_25s/lectures/d6_xlsx_chunk/readme_xlsx_chunk.org
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?