Print service provided by iDogiCat: http://www.idogicat.com/
home logo





Home > IT > Cygwin Usage

Cygwin Usage

Compare XML files

xmllint --format one.xml > 1.xml  
xmllint --format two.xml > 2.xml  
diff 1.xml 2.xml  

Accessing network shared dir

just cd to that dir, replace '\' with '/' in path.