Search results

  1. @

    a perl script that displays the list of those files in the current directory that

    have multiple links only? In UNIX..we can have a file with multiple links..and with 'ls -l' command ,we can find howmany such files do we have..
  2. @

    In UNIX using PERL list all words used in one or more files and displays their count?

    I used the pattern /\W+/ to split the lines of the input file into words..but didnt get success! Output should be in form word:count Just to mention filename is an input parameter!
  3. @

    a perl script that displays the list of those files in the current directory that have..

    ...multiple links only? In UNIX..we can have a file with multiple links..and with 'ls -l' command ,we can find howmany such files do we have..
  4. @

    In UNIX using PERL list all words used in one or more files and displays their count?

    I used the pattern /\W+/ to split the lines of the input file into words..but didnt get success! Output should be in form word:count Just to mention filename is an input parameter!
  5. @

    In UNIX using PERL list all words used in one or more files and displays their count?

    I used the pattern /\W+/ to split the lines of the input file into words..but didnt get success! Output should be in form word:count Just to mention filename is an input parameter!
  6. @

    In UNIX using PERL list all words used in one or more files and displays their count?

    I used the pattern /\W+/ to split the lines of the input file into words..but didnt get success! Output should be in form word:count Just to mention filename is an input parameter!
  7. @

    a perl script that displays the list of those files in the current directory that have..

    ...multiple links only? In UNIX..we can have a file with multiple links..and with 'ls -l' command ,we can find howmany such files do we have..
  8. @

    a perl script that displays the list of those files in the current directory that

    have multiple links only? In UNIX..we can have a file with multiple links..and with 'ls -l' command ,we can find howmany such files do we have..
Back
Top