Ask a Question related to UNIX Programming, Design and Development.
-
Lorinczy Zsigmond #1
Re: What are other methods list files/directories except ls, echofile ...
ajay wrote:
there are two really different ways:> ls
> echo *
> file *
> cat *
> pg *
> "write short program to access directory with functions/system calls"
>
> above are few methods to list/see files/directoreis in UNIX systems.
> are there any other way(s) ?
via shell masks (eg * and .*)
via program, (eg ls and find)
Lorinczy Zsigmond Guest
-
Getting list of methods for a web service
send the HTTP request to the webservice. Ex: http://localhost/WebTest/MySevice.asmx?WSDL get the XML response to DOM or XML parser and find... -
how to extract the files/directories list from make_tape_recovery clone image
Dear experts, I have a tape which was clone a server with make_tape_recovery in HP unix. Please advise how to extract the files/directories list... -
Upload files and directories
I am in dire need of a script that will upload everything from one server to another one that I can cron. Right now I have to do it by hand and... -
Purging old files from directories
Hi :) I need to write a script that will scan/read a given directory's contents and delete files older than a certain date. Ideally, this will be... -
Comparing directories and files
I have directories with sub directories where the same files have been placed in both areas, with differing dates and updates. How can I "compare"...



Reply With Quote

