Mechatronics LAB
Published © Apache-2.0

Starting a Terminal Session on raspberry pi Part-1

Problem: Terminal on raspberry pi 1. When using a Raspberry Pi, you need to issue text commands in a Terminal.

BeginnerProtip1 hour412
Starting a Terminal Session on raspberry pi Part-1

Things used in this project

Story

Read more

Schematics

Terminal on raspberry pi

Code

Code snippet #1

Plain text
$ echo "hello" > myfile.txt
$ ls
myfile.txt
$ cp myfile.txt myfile2.txt
$ ls
myfile.txt myfile2.txt

Credits

Mechatronics LAB
75 projects • 49 followers
I am Sarful , I am a Mechatronics Engineer & also a teacher I am Interested in the evolution of technology in the automation industry .

Comments