2,106 reputation
21223
bio website jbazuzi.blogspot.com
location Port Townsend, WA
age 38
visits member for 3 years, 10 months
seen May 20 at 4:13
stats profile views 111

Former member of C# team at Microsoft. Now a stay-at-home dad and DIY homesteader.


Nov
8
comment A command like Linux `tail` in PowerShell?
See also: stackoverflow.com/questions/4426442/…, and Get-Content -Tail
Nov
8
answered Bash-like, non-rotating filename tab completion with PowerShell
Nov
8
comment Bash-like, non-rotating filename tab completion with PowerShell
See stackoverflow.com/questions/8264655/…
Nov
7
awarded  Famous Question
Nov
7
comment Is there something like the GNU locate command in PowerShell?
At the command prompt, I abbreviate -ErrorAction SilentlyContinue to -ea 0, for ease of typing.
Nov
7
answered Is there something like the GNU locate command in PowerShell?
Nov
7
revised Is there something like the GNU locate command in PowerShell?
link to man page
Nov
7
suggested suggested edit on Is there something like the GNU locate command in PowerShell?
Nov
7
comment Is there something like the GNU locate command in PowerShell?
You didn't say, but I'm assuming you mean GNU locate. I'll modify your question.
Nov
7
comment Is there something like the GNU locate command in PowerShell?
What does "similar" mean?
Nov
7
comment Is there something like the GNU locate command in PowerShell?
For those of us that don't know locate, can you describe what you want it to do?
Nov
6
answered Embed Powershell prompt in Windows 7 desktop
Nov
5
answered It is possible to make autocompletion in Powershell work like in bash?
Nov
4
answered How *should* I be filtering powershell command output?
Nov
4
comment How *should* I be filtering powershell command output?
This question is a bit too broad. More specific questions like ("how do I filter dir output to only list .exe files over 1MB") will produce a specific answer that ALSO teaches PowerShell syntax.
Oct
26
awarded  Nice Answer
Oct
25
comment Possible Windows 8 cmd changes?
Invoke-CmdScript.ps1 does something similar, but seems slightly cleaner. Maybe give it a try: poshcode.org/2176
Oct
23
awarded  Self-Learner
Oct
22
asked What is the PowerShell equivalent of ksh's `whence -v`?
Oct
22
answered What is the PowerShell equivalent of ksh's `whence -v`?