Posts tagged with linux


In the context of a command line interpreter, clobbering means overwriting the contents of a file using shell redirection (using the > and >> operators). This is sometimes useful, sometimes catastrophic. By default, the…