Is there a command line bash's !$ (match last word of previous command)
any shortcut to delete previous word. Ex: cd D:\programs\scrap .
<ctrl+backspace>deletes the word 'scrap'Replace
<br>tags with newlines in the output. I tried this:PS D:\program files\wamp\www\play> p .\delete.php | Foreach-Object {$_ -replace "
<br>", "\n"}1310210455\n13101240552218 //OUTPUT
which does replace the
with \n , but it doesn't create a newline.just a plain text \n. Fix?
- cd d:\pro completes the directory name , but doesn't add a . Why? possible at all to fix it?
Thats all for now. powershell is really working for me now. Thanks