这节练习中你将使用 cp 命令从一个位置复制一个文件到另一个位置。做到这些Linux/OSX$ cd temp$ cp iamcool.txt neat.txt$ lsiamcool.txt neat.txt$ cp neat.txt awesome.txt$ lsawesome.txt iamcool.txt neat.txt$ cp awesome.txt thefourthfile.txt$ lsawesome.txt iamcool.txt neat.txt thefourthfile.txt$ mkdir something$ cp awesome.