IRC log of #novawebdev for Friday, 2023-02-17

*** scooper has quit (Quit: Leaving)05:38
mulbah!agenda14:06
LittleWebsterThis is the agenda for the next meeting:14:06
LittleWebsterReport from programming group - 10 min (Janet) (added by jelkner)14:07
LittleWebsterReport from web dev group - 10 min. (Shallon) (added by jelkner)14:07
LittleWebsterReport from sys admin group - 10 min. (Thomas) (added by jelkner)14:07
LittleWebsterReflection and planning - 30 min. (Everyone) (added by jelkner)14:07
LittleWebsterLab work - 60 min. (Everyone) (added by jelkner)14:07
tmickelsonhello mulbah14:25
mulbahhello tmickelsom how are you doing14:25
tmickelsonim good14:26
tmickelsonhow are you14:26
mulbahI'm doing great14:26
mulbahso what is the goal for today14:27
mulbahhello jeff14:27
tmickelsonwhat chapter are you onn14:28
tmickelson* on14:28
jelknermulbah, tmickelson is talking you14:29
mulbahI14:29
mulbahI'm on chapter 614:30
mulbahWhich talk about Redirection14:31
mulbahand I really want understand how the head and tail commands work14:34
tmickelsonhead and tail fetch the top and bottom 10 lines of a file14:35
tmickelsonit can be adjusted using -n <line number>14:36
tmickelsoneg: head -n 15 file.txt14:36
tmickelsonwould fetch the top 15 lines14:36
mulbahlet use tmate demonstration  ssh nmfK3TQDfQ9dug7NG6EPXGqm8@lon1.tmate.io14:37
tmickelsonwhen used with a pipe ("|"), it selects the top or bottom lines from the output14:38
tmickelsonpress ^D14:39
mulbahso type in how should i use it14:41
tmickelsoncreate a file that has ten lines14:41
tmickelsonline 1 should say "line 1" or something like that14:42
tmickelsonyou can open/create file using "vim <filename>"14:45
mulbahyes14:45
tmickelsonpress "i" to enter insert mode14:46
tmickelsonthen "ESC" to exit14:47
tmickelsonafter exiting insert mode, ":" can be used to run commands14:53
tmickelson":w" to sage14:53
tmickelson* save14:53
tmickelsonand ":q" to exit14:54
mulbahI finish14:55
tmickelsontry getting the top three lines14:55
mulbahhow14:56
mulbahlike tail -n 314:56
tmickelsonyes14:57
mulbahtail -n 3 try.txt14:57
tmickelson+114:57
mulbahgood14:57
mulbahit work14:57
mulbahso that all about this command14:58
tmickelsonthere is one part left, using it to filter output14:58
tmickelsonex: ls -al | head -n 514:59
tmickelsonwould get the top five lines from the output14:59
tmickelsoni have to go now14:59
tmickelsonbye14:59
*** tmickelson has quit (Quit: Leaving)15:00
mulbahhello jeff15:00
mulbahto was great working with tmickelson15:00
mulbahhellow - /msg, /invite, /query, Internet Relay Chat15:37
mulbahhellow - /msg/invite/query15:37
*** mulbah has quit (Remote host closed the connection)16:22
*** jelkner has quit (Quit: Leaving)16:55

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!