Recent content by pokkie

  1. P

    Emulating Linux WC Command: Counting Words, Chars & Lines

    Homework Statement Emulating the wc command in linuxOutput suppose to be like this : [root@localhost home]# wc This is a test 1 4 15 [root@localhost home]# ./wc1.exe This is a test 1 4 15 [root@localhost home]# cat File1.dat This is a test [root@localhost home]#...
Back
Top