{"id":16164683,"url":"https://github.com/johnsonjh/rh","last_synced_at":"2025-03-18T23:30:33.066Z","repository":{"id":50028404,"uuid":"367959488","full_name":"johnsonjh/rh","owner":"johnsonjh","description":"rh: rh is a find(1)-like utility, but with C syntax.","archived":false,"fork":false,"pushed_at":"2021-06-05T23:32:17.000Z","size":283,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T12:47:06.422Z","etag":null,"topics":["find","rh"],"latest_commit_sha":null,"homepage":"http://sources.vsta.org:7100/rh/index","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnsonjh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-16T18:41:05.000Z","updated_at":"2024-04-30T15:16:14.000Z","dependencies_parsed_at":"2022-09-22T18:51:31.095Z","dependency_job_id":null,"html_url":"https://github.com/johnsonjh/rh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Frh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Frh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Frh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Frh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnsonjh","download_url":"https://codeload.github.com/johnsonjh/rh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955509,"owners_count":20374369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["find","rh"],"created_at":"2024-10-10T02:47:26.418Z","updated_at":"2025-03-18T23:30:32.792Z","avatar_url":"https://github.com/johnsonjh.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rh\n\n## Overview\n\n- `rh` is a `find`-like utility with C syntax.\n\n## Requirements\n\n- An ANSI/ISO C compiler is required\n\n## Building\n\n- If `rhlex.c` is deleted then you must have `flex` (version 2.4.6 or higher) to\n  recreate it.\n\n- If `getdate.c`, `rhgram.c`, or `rhgram.h` are deleted then you must have\n  `perl-byacc` (version 1.8.3 or higher) to recreate the deleted file(s).\n\n## Bugs\n\n- The pointer to the error in error messages may be wrong. (Actually, it is more\n  likely to be wrong than correct.)\n\n- Function parameters can not have the same names as functions.\n\n```c\n /* OK */\n b ( c )\n {\n   return ( c + 2 );\n }\n\n /* will not compile; */\n /* 'b' is a function */\n a ( b )\n {\n   return ( b + 2 );\n }\n```\n\n- The file system operator only works on SunOS 4.1.x\n\n- No configure script\n\n## History\n\n- This version of `rh` derives from the\n  [Andy Valencia](http://sources.vsta.org:7100/rh/index) version, based on code\n  first posted by Ken Stauffer and published in the late 80's.\n\n  - The code has been changed and mildly enhanced, but is substantially still\n    the same software.\n\n## Changes by Andy Valencia\n\n- Support large files (on 32-bit)\n\n- Handle embedded spaces in filenames\n\n- Various portability issues\n\n- Add block allocation size to file attrs accessible\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsonjh%2Frh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnsonjh%2Frh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsonjh%2Frh/lists"}