349 reputation
16
bio website
location Chicago, IL
age 25
visits member for 1 year, 6 months
seen 4 hours ago
stats profile views 13

Jul
31
comment cp or rsync, is cp really worth it?
@TechZilla I think you mean, when there's nothing in common. If there is no diff, rsync will just end early 'cause there's nothing to copy, making it far more preferred.
Jul
24
comment How can I stop ls from descending into directories, similar to prune for find?
If you have an absurd number of files, though, the globbing in manatwork's answer may reach the limit of the command line length. This won't.
Jul
20
comment How do I copy a folder keeping owners and permissions intact? (Beginner Question)
+1, cp -p is nice, but I like rsync's output so much more in general that I've aliased pcp to time rsync --progress -ah. Stands for "progress copy" in my mind. And both accept -r, so it works well for general terminal usage - but unfortunately, not in combination with sudo as shown in this question/answer.
Jul
17
comment Run unix command precisely at very short intervals WITHOUT accumulating time lag over time
Plus stopping it is easy. No need to risk killing it in the middle of a cycle - remove the entry from the crontab and it finishes on its own at the end of the minute.
Jul
17
awarded  Nice Answer
Jul
17
revised Run unix command precisely at very short intervals WITHOUT accumulating time lag over time
added 322 characters in body
Jul
17
comment Run unix command precisely at very short intervals WITHOUT accumulating time lag over time
May I ask why this was downvoted?
Jul
16
answered Run unix command precisely at very short intervals WITHOUT accumulating time lag over time
Jul
13
comment How to delete in vim everything in between the cursor and the end of the line while on insert mode?
@LucHermitte That last one doesn't work in vim or in gvim. It works in notepad.
Jun
15
awarded  Commentator
Jun
15
comment What is the space overhead of different filesystems?
Torrent programs have an option that I think will do the same thing, for incomplete downloads. (At least, the description in Azureus sounds like what you're describing)
May
25
comment Run a command that is shadowed by an alias
@Mikel There is a package "sl" that provides "sl" as "ls". The tips bash gives in Ubuntu also say that "LS" is provided by "sl".
Apr
28
comment Suggest me a distro “beetwen debian and ubuntu”?
This has an actual answer: Try out an alternative desktop environment. KDE (which is more windows-like), Xfce, Enlightenment.... There's a lot out there, and most of them are not Mac-like. And they work on Ubuntu, so you don't have to install a whole new OS - just install the new one, log out, and switch which one to log in using.
Apr
26
answered sed pattern matching
Apr
26
awarded  Teacher
Apr
26
answered Efficiently delete large directory containing thousands of files
Feb
22
comment How do I extract all .htaccess files from a tarball?
Also, don't forget to rm files when done, or you may be quite confused in a month or two.. ;)
Feb
8
comment Quick directory navigation in the terminal
Ooh, I knew about pushd and popd for traversal, but not that pushd could rotate what's been used so far...
Jan
25
comment Are Linux utilities smart when running piped commands?
Cool, I didn't know that happened. I thought grep would continue sending output into a void, similar to /dev/null
Dec
26
comment How to do block selection in `screen`
Aha, I suppose that's what I get for not checking immediately before posting - I'm certain there is a key combination similar to what I posted (not using c and C, I've done it before) that does block selection, but mine is regular selection