Search In This Website

Selasa, 06 Agustus 2024

Show The Drive Listing In Git Bash

To Show The Drive Listing In Git Bash

  1. Download and install Git scm GUI client or other Git client for Microsoft Windows.
  2. Open Git Bash.

    Git Bash window opened
    Git Bash window opened

  3. type cat /proc/partitions
    or
    type mount
  4. press Enter on keyboard.
type cat /proc/partitions in Git Bash
3. type cat /proc/partitions

3. type mount
3. type mount

Notes:

to display the help of cat, type cat --help
to display the help of mount, type mount --help

Tidak ada komentar:

Posting Komentar