/filefind/go/filefind.go |
---|
4,7 → 4,7 |
// Create |
// name : Andre Rikkert de Koe date: Mar 2018 |
// descr : filefind |
// This is a demo of programming in the Elixir language. |
// This is a demo of programming in the Go language. |
// Its part of a project to implement a program to create a directory |
// tree similar to the output of the Unix find program. |
// EUID : Any user who has read access to all the files being searched for. |
/filefind/java/filefind.java |
---|
2,7 → 2,7 |
# Create |
# name : Andre Rikkert de Koe date: Apr 2011 |
# descr : filefind |
# This is a demo of programming in the java language. |
# This is a demo of programming in the Java language. |
# Its part of a project to implement a program to create a directory |
# tree similar to the output of the Unix find program. |
# EUID : Any user who has read access to all the files being searched for. |
/filefind/perl/filefind.pl |
---|
3,7 → 3,7 |
# Create |
# name : Andre Rikkert de Koe date: Apr 2011 |
# descr : filefind |
# This is a demo of programming in the perl language. |
# This is a demo of programming in the Perl language. |
# Its part of a project to implement a program to create a directory |
# tree similar to the output of the Unix find program. |
# Because of the example, we don't use the standard File::Find module. |
/filefind/ruby/filefind.rb |
---|
3,7 → 3,7 |
# Create |
# name : Andre Rikkert de Koe date: Apr 2011 |
# descr : filefind |
# This is a demo of programming in the ruby language. |
# This is a demo of programming in the Ruby language. |
# Its part of a project to implement a program to create a directory |
# tree similar to the output of the Unix find program. |
# EUID : Any user who has read access to all the files being searched for. |