📅  最后修改于: 2022-03-11 14:46:31.300000             🧑  作者: Mango
dir_path = "/home/foo/bar"
!cp file1 $dir_path
dir_path = "/home/foo/bar"
!cp file1 {dir_path}
!cp file1 {dir_path + sub_dir}