171 reputation
4
bio website
location Canada
age
visits member for 1 year, 3 months
seen 19 hours ago
stats profile views 5

I'm either:
- a networking guy with scripting chops
- a scripting guy with networking chops

Or, you know, just some guy.


Dec
7
comment How to move all files and folders via mv command
@Putnik - that's a good gotcha! what os/distro ? ( I was working on OSX when I was messing around with this...)
Oct
11
comment User's name appears as “bash-3.0” on SSH shell
Is this different than other users?
Oct
10
comment How to move all files and folders via mv command
. is skipped due to syntax, and .. is skipped too as it's identical in both locations (the mv command realizes this scenario). Your concern is noted, but the command does actually work.