Jiansen Lu Code Logger
Code debugger and logger from Jiansen Lu
Pages
Home
My computing blog
My YouTube Channel
IT jobs in Vancouver
Programmer job logger in Vancouver
Adsense
Popular Posts
MySQL workbench -"Could not decrypt password cache"
Install APXS in Redhat Linux
react-pdf, display pdf in react.js
Transfer modules between sites
JavaScript, remove trailing insignificant zeros after toFixed function
Set Windows path command line
datatable order by nunmeric
MySQL date created and date modified
React: connect(mapStateToProps, mapDispatchToProps)
DataTable table order by numeric, not by text
Sunday, July 20, 2014
Compare difference of two folders in Linux
Compare difference of two folders in Linux, for example test and test.old directories, using -rq in diff
diff -rq test test.old
change permission of folder and its sub folders, for example test folder, using -R in chmod:
chmod -R 755 test
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment