To attach execute the following
from google.colab import drive
drive.mount('/content/drive') To Detach execute the following,
from google.colab import drive
drive.flush_and_unmount()
A Blog for technical Linux, shell, php, mysql, python, OpenSource | Career | Books | Movies
To attach execute the following
from google.colab import drive
drive.mount('/content/drive') To Detach execute the following,
from google.colab import drive
drive.flush_and_unmount()
ex: $grep -i "gtk" *.c <===== Will search all .c files in the current directory.