Quantcast
Viewing latest article 5
Browse Latest Browse All 17

Writing Quick Scripts with Cat Command From The Bash Prompt

Have you ever been working with the bash prompt and want to write a short script without having to open vi or any other editor? Well, you can do that. Just use the command: cat > scriptname.sh and write your script. When your done writing just press enter and “Ctrl+c” here’s an example I use […]

Viewing latest article 5
Browse Latest Browse All 17

Trending Articles