• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Tutsplanet

Tutsplanet

Free Technical and Blogging Resources

  • Home
  • Web Hosting
  • Programming
  • Plugins
  • Twitter Trends
  • Tools
  • About Us

Linux

Programming TagsLinux

How to Recursively counting files in a Linux directory

Aug 20, 2019 Editorial Staff Leave a Comment

Since we work in Linux Operating system, often we need to see how many files inside a folder. Following is the command to count the files in a directory. find DIR_NAME -type f | wc -l More Details -type f to include only files. | (and not ¦) redirects find command’s standard output to wc command’s standard input. wc (short for word count)…Continue Reading

Programming TagsLinux

Extract tar file in Linux

Mar 28, 2017 Editorial Staff Leave a Comment

How to extract a compressed folder or file usually it calls as a tarball? Tarball is a computer file format that can combine multiple files into a single file called ‘tarball’, usually compressed. Extract or Unpack a TarBall To extract a tar file, type: tar -xvf yourfile.tar To extract a .tar.gz (gzip)file. Gzip is more…Continue Reading

Linux TagsLinux

How to Install Ubuntu in VMware Player -Windows

Mar 28, 2017 Editorial Staff Leave a Comment

How to install Ubuntu 16.04 in VMPlayer in Windows operating system You may be like running an extra operating system apart from your original OS windows. Here comes a handy tool called VMware workstation player, it’s a virtual environment that you can install any OS on your PC. It works inside your Windows Operating system….Continue Reading

Primary Sidebar

Image

Quick Links

  • Top 21 Website Ideas To Make Money Online in 2021
  • A Simple YouTube Video Downloader Script in PHP
  • The 50 Most Useful jQuery Plugins for Frontend Development
  • Replace “\n” with new line characters, using Notepad++
  • Using Third-Party Libraries in Codeigniter
  • Upload Multiple Images and Store in Database using PHP and MySQL.
  • Hierarchical Tree view Category Example in Laravel
  • Laravel Image Intervention Tutorial With Example
  • How to import sql file in MySQL database using PHP?
  • Free VAT Calculator Online

Subscribe

* indicates required

Search Here

Share

Image   Image Image

Categories

  • Design & Development
  • Drupal
  • Facebook
  • General
  • How To
  • ios
  • Javascript
  • Linux
  • Magento
  • Marketing
  • News
  • PHP
  • Plugins
  • Programming
  • Snippets List
  • Social Media
  • Softwares
  • Themes
  • Tips
  • Wordpress
  • YouTube

Copyright © 2026 · Planet on Genesis Framework · Powered By BunnyCDN . Network oneweb.tools

Advertisement