Horje
view ipconfig in vim on windows Code Example
view ipconfig in vim on windows
# Given user is in Windows, using git bash
# Two commands put results of ipconfig in txt file for viewing

# In git bash use "-" instead of "/" for win terminal parameters
# Windows has clip.exe to copy output of terminal to clipboard
ipconfig -all | clip

# Open a file to view your ipconfig output
vim ipconfig.txt

# Press "p" to put the clipboard contents into the txt file




Shell

Related
pipeline remove all bin obj project Code Example pipeline remove all bin obj project Code Example
accept input linux Code Example accept input linux Code Example
install specific kubectl version Code Example install specific kubectl version Code Example
Git Branch usage order Code Example Git Branch usage order Code Example
bash upgrade cmake (From Source) Code Example bash upgrade cmake (From Source) Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10