• Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
dForge.net
Soguecode.ioTwitterGitHubCodepen
 
Skip to content
  • Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
Home Posts tagged "windows"

Tag: windows

Microsoft

Windows Grep Equivalent

By Ron S. December 16, 2014 March 4, 2017  grep, windows 0

I needed to find a specific IP address from the output of the netstat command. Turns out, there’s a Windows’ grep equivalent called findstr: netstat -aon | findstr /R /C:”192.168.0.1″ See superuser.com

Continue reading"Windows Grep Equivalent"
Development

Symbolic Links in Windows Using NTFS

By Ron S. April 3, 2013 December 8, 2013  linux, symbolic link, windows 0

In *nix systems, symbolic links are quite useful in linking files or directories. When using symbolic links, there exists only one physical location of the file or directory; this allows you to create several symbolic links all pointing to a single source. Here’s a couple of use cases for symbolic …

Continue reading"Symbolic Links in Windows Using NTFS"
Back to Top
@ 2017 Soguecode.io, LLC.
Powered by Fluida & WordPress.