Playing with Split, Cat and Diff in linux using AWS

Subscribers:
1,220
Published on ● Video Link: https://www.youtube.com/watch?v=izyQ2QUam1I



Duration: 8:56
30 views
2


Continuing to learn linux using free services in AWS. AWS Academy has a learner lab that can be used to help students learn more about systems, cloud computing, technology, and IOT. In this video we cover split, cat, and sprinkle in a little diff.

history
1 clear
2 for number in {1..9999}; do echo "I can count to $number" **REMOVED** number.txt; done
3 ls -l
4 more number.txt
5 ls -ltrah
6 for number in {1..9999}; do echo "I can count to ${RANDOM}" **REMOVED** random.txt; done
7 more random.txt
8 ls -ltrah
9 split -b 100k number.txt
10 ls -ltrah
11 rm xa*
12 split -b 100k number.txt number.txt
13 ls -ltarh
14 split -b 100k random.txt partofrandom
15 ls -ltrah
16 rm *.txt
17 ls -ltrah
18 cat partofrandoma* **REMOVED** random.txt
19 ls -ltrah
20 cat number.txta **REMOVED** number.txt
21 cat number.txta* **REMOVED** number.txt
22 more number.txt
23 ls
24 diff number.txt number.txtaa
25 clear
26 history




Other Videos By Information Technology


2022-12-13I got the CompTIA Systems Support Specialist – CSSS Stackable Certification
2022-12-12Children
2022-12-12I passed the Linux+ certification exam from CompTIA
2022-11-08Launch EC2 From AWS Lambda - This was done using an AWS Academy Learner Lab Account
2022-10-13Create Random Files in Learners Home Directories
2022-10-13Create 90 SFTP Only Users With a Single Command
2022-10-13Setting up a chrooted sftponly system for users in a specific group
2022-10-13Understanding Network Connections and installing Cups - Why do we print so much, arg! EC2 Metadata
2022-10-13Setup and Apache Web Server on AWS EC2
2022-10-13Systems Administrators Should Learn From Others Mistakes - Look at Standards
2022-10-13Playing with Split, Cat and Diff in linux using AWS
2022-09-23Finding files in linux and then doing something with that information (locate, find, updatedb, exec)
2022-09-22Linux Cut, Paste, Sort, Uniq, Tr, and Egrep - lets play
2022-09-22Cost of EC2 in AWS and touching on how to learn Regular Expressions
2022-09-22Getting ready to certify in Amazon Web Services (AWS)... Watch this video to get some tips
2022-09-19Setup a StarBound server in AWS on ubuntu
2022-09-15Some great features of the Canvas LMS and my course setup best practices
2022-09-15Linux combing and compressing (zipping) with tar. Simple reports with xargs and gpg for encryption
2022-09-13Creating links in Linux with a little intro to inodes and mounts
2022-09-13More on linux file permissions and login scripts. Added bonus of making a file unable to be deleted
2022-09-13Working with Linux file permissions and ownership chmod, chown, and chgrp