Filesystem Hierarchy Standard - Wikipedia
- binary
- 「実行可能形式のプログラムファイル」が格納されているディレクトリ
- OSによっては
/usr/binへソフトリンクされていることもある
- library
Filesystem Hierarchy Standard - Wikipedia
/usr/bin へソフトリンクされていることもある/Applications/Xcode.app/Contents/Developer/Library/Developer/CommandLineTools[](https://www.youtube.com/watch?v={video-id})
Embed youtube to markdown, GitLab, GitHub
How to embed youtube video to markdown file, GitHub or GitLab comments · Sergei Sviridov's Blog
| if (process.argv.length < 4) { | |
| console.log('number of arguments is short'); | |
| return; | |
| } | |
| const sourceVersion = process.argv[2]; | |
| const targetVersion = process.argv[3]; | |
| /** | |
| * Function |