У нас вы можете посмотреть бесплатно Using the Cut Command to Parse a CSV File by Delimiters and Characters или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Make quick work out of extracting useful data from any output that's semi-structured. Hit the subscribe button to receive more videos like this! REFERENCE LINKS --------------------------------------------------- ► https://nickjanetakis.com/blog/using-... COURSES --------------------------------------------------- Courses I've created that focus on web dev and deployment topics. ► https://nickjanetakis.com/courses/ THE TOOLS I USE / GEAR --------------------------------------------------- ► https://nickjanetakis.com/blog/the-to... FOLLOW ME ELSEWHERE --------------------------------------------------- ► Twitter: / nickjanetakis ► GitHub: https://github.com/nickjj TIMESTAMPS --------------------------------------------------- 0:00 -- Intro 0:22 -- I used cut a lot recently to parse a few CSV files 1:43 -- Delimiting by a comma and getting the 2nd column 2:18 -- Parsing out the order id by running cut a second time 4:01 -- Using cut a third time to remove the first 4 characters of output 5:10 -- Using a trailing hyphen to get all matches after a specific cut 6:07 -- Plucking out a few specific columns at once 6:47 -- Using the hyphen again for returning multiple columns 7:07 -- The complement flag will get everything but the matched cuts 8:48 -- Investigating cut's man pages 9:28 -- Using the complement flag with the count flag 10:23 -- What have you cut recently?