Find the answer to your Linux question:
Results 1 to 3 of 3
Two files contain: file1: cat dog fish hamster file2: cat fish ferret dog How do you change the case of the letters in file1.txt to uppercase and compare with file2 ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    3

    Comparing files



    Two files contain:

    file1:
    cat
    dog
    fish
    hamster

    file2:
    cat
    fish
    ferret
    dog

    How do you change the case of the letters in file1.txt to uppercase and compare with file2 all in one command? Thanks.

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,319
    Are you aware that it's against the rules of the forum to ask your homework questions?
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Just Joined!
    Join Date
    Nov 2009
    Posts
    3
    This is isn't my homework question... I would just like to know how to do this. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •