How to uncompress a tar.gz in another directory
I have an archive *.tar.gz How can I uncompress this in a destination directory? 5 Answers 5
I have an archive *.tar.gz How can I uncompress this in a destination directory? 5 Answers 5
I want to delete one or more specific line numbers from a file. How would I do this using sed? 8 Answers 8
Related question is “Datetime To Unix timestamp”, but this question is more general. I need Unix timestamps to solve my last question. My … Read more
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question … Read more
Is there a way to delete the newline at the end of a line in Vim, so that the next line is appended … Read more
I update nginx to 1.4.7 and php to 5.5.12, After that I got the 502 error. Before I update everything works fine. nginx-error.log … Read more
Sometimes when I edit my file using vi or vim, my file just freezes. Even if I type Ctrl+C or Ctrl+D, it still … Read more
How can I get grep to display the filename before the matching lines in its output? 6 Answers 6
It seems like the only way to do this is to pass the -i parameter in when you initially run less. Does anyone … Read more
I have two directories with the same list of files. I need to compare all the files present in both the directories using … Read more