Giter VIP home page Giter VIP logo

fsdse-techbasics-assignment-1's Introduction

GitHub Logo

Tech Basics - Assignment 1

There is a multi cuisine hotel which takes order on phone and then orders are recorded in file named order.txt

Navigating The Linux Filesystem

  • Change directory to folder fsdse-techbasics-assignment-1
    • List down what there in folder
    • List down hidden files in folder

Working With Files And Directories

  • Check what kind of file is orders.txt
  • Display the content of file orders.txt
  • Let's explore order.txt more and try to solve query below using head, tail commands
    • Get first 10 orders
    • Get last 10 orders
    • Get last 3 orders
    • Get first 4 orders
    • Get order from 10 to last
    • Get all order, except last 10 order
  • Create a new folder named 'orders'
  • Copy orders.txt file in the orders folder
  • Rename orders folder to 'orders_backup'
  • We don't need tmp folder, delete a folder named tmp
  • We don't need tmp.txt file, delete a file name 'tmp.txt'
  • Let's add below orders to the list using nano command
    • American Pizza
    • Italian Pizza
  • Now again repeat all above exercises with order.txt using head and tail commands. The Result will be different this time as new two orders are added to list using nano command.
  • Locate the word "Chinese" in order.txt file using command line.
  • Locate the word "Fish" in order.txt file and highlight using color using the command line.
  • Locate the word "Salad" in order.txt file with the line number where Salad is present using the command line.
  • Locate the word "rice" in order.txt file and make sure it's case-insensitive match.

fsdse-techbasics-assignment-1's People

Contributors

pradeepjaiswar avatar sangamangreg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.