07-02-2005
you can also delete by
specifying the full file path with the file name
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I want to copy the contents of a named pipe to a file. I have tried using:
cat pipe.p >> transcript.log
but I have been unsuccessful, any ideas? (4 Replies)
Discussion started by: carl_vieyra
4 Replies
2. Red Hat
When i 'ls' the bin folder, there was "~" tilde in the list.
How to delete this safely as this symbol represents home folder.
Kindly help. (1 Reply)
Discussion started by: frozensmilz
1 Replies
3. Shell Programming and Scripting
I would like to pipe (redirect ? - what is the right term?) the output of my script to a file named with the current date.
If I run this at a command prompt:
date +'%Y%m%d"
...it returns "20110429"
OK, that's good... so I try:
./script.sh > "'date +%Y%m%d'.csv"
I get a file... (1 Reply)
Discussion started by: landog
1 Replies
4. Shell Programming and Scripting
Hi folks
Please help to delete the file
-rw-r--r-- 1 sri sri 157 Dec 13 04:42 \
here unexpectedly "\" is created.
if am deleting using
> rm \ --i cant able to delete by using the command
******* here is the output i got ****
sri:> cat \
>
please help me how to delete
... (1 Reply)
Discussion started by: coolboy98699
1 Replies
5. Shell Programming and Scripting
How do you delete a file named "\"....
please help as i am unable to delete it..
Thanks & Regards
Harish (3 Replies)
Discussion started by: Harish369
3 Replies
6. Shell Programming and Scripting
I have a ksh93 script I use that processes a file list in the order that they exist in the list. I would like to speed up processing of the list by having multiple processes handle it at once. I was thinking that perhaps a good way to handle this would be to write the list to a named pipe and some... (4 Replies)
Discussion started by: benalt
4 Replies
7. Shell Programming and Scripting
Hi, There is a file by name '*' in a hp-ux box. How can i delete the same?
-rw-r--r-- 1 wleadm dba 1531 Jul 24 08:49 *
need to delete this file named * without deleting any other file. Please help. (9 Replies)
Discussion started by: sam_bd
9 Replies
8. Solaris
I accidentally saved a txt file in vi with the name ":q!".
no amount of regex tomfoolery I can think of will allow me to remove the file.
anyone got any ideas? (4 Replies)
Discussion started by: os2mac
4 Replies
9. Shell Programming and Scripting
Hi ALL,
How can I test a given file name exists and if it is a named pipe file in shell script ?
Thanks............ (2 Replies)
Discussion started by: mycode.in
2 Replies
10. Shell Programming and Scripting
Hi,
I have a script doing backup to synology server, the script create new folder each day with the date as being folder name i.e. 2018-07-30. Just before creating the new folder I want the script to find the oldest folder from the list and delete it including its content.
for example... (3 Replies)
Discussion started by: humble_learner
3 Replies
LEARN ABOUT DEBIAN
hdf_search_path
hdf_search_path(3) util/neo_hdf.h hdf_search_path(3)
NAME
hdf_search_path - Find a file given a search path in HDF
SYNOPSIS
#include <util/neo_hdf.h>
NEOERR* hdf_search_path (HDF *hdf, const char *path, char *full);
ARGUMENTS
hdf -> the hdf dataset to use
path -> the relative path
full -> a pointer to a _POSIX_PATH_MAX buffer
DESCRIPTION
hdf_search_path is a convenience/utility function that searches for relative filenames in a search path. The search path is the list given
by the children of hdf.loadpaths.
RETURN VALUE
full -> the full path of the file
SEE ALSO
hdf_set_symlink(3), hdf_get_valuef(3), compareFunc)(3), hdf_dump_str(3), hdf_get_int_value(3), hdf_read_string_ignore(3), hdf_copy(3),
hdf_get_node(3), hdf_set_value(3), hdf_obj_child(3), hdf_read_string(3), hdf_set_buf(3), hdf_register_fileload(3), hdf_get_obj(3),
hdf_get_attr(3), hdf_obj_top(3), hdf_dump_format(3), hdf_destroy(3), hdf_init(3), hdf_obj_value(3), hdf_write_string(3), hdf_set_val-
uevf(3), hdf_sort_obj(3), hdf_write_file_atomic(3), hdf_obj_attr(3), hdf_set_valuef(3), hdf_get_copy(3), hdf_write_file(3), hdf_get_val-
uevf(3), hdf_set_int_value(3), hdf_dump(3), hdf_get_value(3), hdf_set_copy(3), hdf_obj_next(3), hdf_search_path(3), hdf_obj_name(3),
hdf_set_attr(3), hdf_get_child(3), hdf_remove_tree
ClearSilver 12 July 2007 hdf_search_path(3)