Experiences With Open Source

Linux, Android, Python…

  • About

Tag: command prompt

find the total of files in the directory

By admimin
January 20, 2017LinuxLeave a Comment on find the total of files in the directory

There is a command in linux console to count total files in the directory. ls | wc -l The result will show a number. Actually the wc command is to print newline, word, and byte counts for each file. Here are the option for wc command -c, –bytes print the byte counts -m, –chars print the character […]

Continue Reading

Mass copy for backup in windows

By admimin
October 14, 2016WindowsLeave a Comment on Mass copy for backup in windows

What I do love as a system administrator is backup things. Documents, picture, archieves, anything. And I always want to do it in a simple but powerful command prompt or console. In microsoft there are two command available in the command prompt to do this. First : xcopy This is the syntax xcopy /s /d […]

Continue Reading

Archives

Categories

  • Android (5)
  • Articles (6)
  • Blogwalking (1)
  • Iseng (7)
  • Linux (452)
  • Programming (20)
  • Python (6)
  • ReactJs (1)
  • Slackware (1)
  • Thoughts (3)
  • Windows (13)
  • Wordpress (8)
© Copyright 2021 Experiences With Open Source. Powered by WordPress.