Posts Tagged: programming
Unix Command summary in Unix style
###Unix commands### # Unix is somewhat abrupt in its phrasing files and directories cp x y # copy file x to y, leaves x mv x y # move file x to y, x is gone! mkdir x # makes
Unix Command summary in Unix style
###Unix commands### # Unix is somewhat abrupt in its phrasing files and directories cp x y # copy file x to y, leaves x mv x y # move file x to y, x is gone! mkdir x # makes