Sponsored Content
Full Discussion: Creating Alias for FILE
Operating Systems Solaris Creating Alias for FILE Post 302376534 by newpromo on Tuesday 1st of December 2009 03:42:46 PM
Old 12-01-2009
Thx for ur reply but let me be more precise.

I have some files : file1, file2, file3, ... fileN in /origin directory. I need to create alias in /tmp directory : alias_file1, alias_file2, ... alias_fileN for all of those existing files.

An other application will fetch on /tmp directory for those existing alias then it will copy the corresponding file from /origin.

i.e : if the application will find alias_file1 created on/tmp, it will copy the file1 from /origin.

I don't care about how this application will check the alias. But i need only to create the alias for those files.

I can not use the symbolic link because later in our process of managment, we have to delete some alias without affecting the origin files. Because I think if we delete symbolic link the corresponding file will be affected !!!


P.S : I need to create the alias because the origin files are so sensitive and not advised to be managed directely.


Thx again,
 

10 More Discussions You Might Find Interesting

1. IP Networking

ifconfig: difference between creating logical or alias network interface

Hi guys, I have set up multiple virtual FTP servers on a server through one physical NIC. I believe there are to ways; setting logical or alias ip's. I would like to know what is the difference between setting up a logical ip or setting up an alias ip to a physical network interface? Some links to... (5 Replies)
Discussion started by: zaff
5 Replies

2. UNIX for Dummies Questions & Answers

Creating alias for directory path

I am trying to create an alias for a frequently used directory path by using alias xyz="/proj/dir_name" and then trying to reach a sub-directoy by using cd xyz/abc but I get an error saying " No such file or directory " plz tell me wats wrong with this ... (3 Replies)
Discussion started by: jasjot31
3 Replies

3. Shell Programming and Scripting

alias defining problem in .cshrc file

Hi folks, I'm trying to define the following command as alias in .cshrc file: ls -ltr | grep ^d | awk '{print $9}' | xargs du -hs I defined it as the following: alias nirdirs '`ls -ltr | grep "^d" | awk "{print \\$9}" | xargs du -hs`' I've got the following error when I've run the alias:... (7 Replies)
Discussion started by: nir_s
7 Replies

4. OS X (Apple)

Where should I install an alias file under UNIX bash ?

I have a file named 'aliases' which contains a list of aliases like: alias loc='locate' alias h='history' alias .='pwd' alias ..='cd ..' alias cd..='cd .. ; pwd' .............................. Where should I put this file (alias) so when Terminal launches .bash and thus a shell at... (1 Reply)
Discussion started by: shub22
1 Replies

5. UNIX for Dummies Questions & Answers

Create alias files (not alias commands)

If one: $ find -name 'some expression' -type f > newfile and then subsequently wants to create an alias file from each pathname the find command retrieved and the > placed within 'newfile', how would one do this? Ideally, the newly created alias files would all be in one directory. I am... (3 Replies)
Discussion started by: Alexander4444
3 Replies

6. Shell Programming and Scripting

Changing file extension in csh alias

I want to type only the filename of a gcc source that has ".syn" as an extension and copy it, changing the extension to ".c" so it can be compiled. I do it as follows: if (-e $1.syn) then /bin/cp $1.syn $1.c endif This works fine, but if I want to repeat the compilation by... (1 Reply)
Discussion started by: ygmwayne
1 Replies

7. Shell Programming and Scripting

Creating .../ alias in bash

I want to create an alias as follows but is not working alias ../='cd ../' (3 Replies)
Discussion started by: kristinu
3 Replies

8. UNIX for Dummies Questions & Answers

Help on creating and saving an alias

Hello, I want to create an alias for this command: grep -i "<keyword_to_search>" <path_to_search> Here's the alias I intended to make: alias k 'set ARGS1 =(\!1); set ARGS2 =(\!2); grep -i "$ARGS1" ARGS2' So that next time, for example, if I want to search the keyword "Help" in the path... (5 Replies)
Discussion started by: mar85
5 Replies

9. Homework & Coursework Questions

Creating a .profile, displaying system variables, and creating an alias

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Here is what I am supposed to do, word for word from my assignment page: 1. Create/modify and print a... (2 Replies)
Discussion started by: Jagst3r21
2 Replies

10. OS X (Apple)

Having trouble creating an alias for grep

Hi, I'm using Mac 10.9.1. I would like to create an alias for grep so that it won't print out messages like "grep: /Users/davea/workspace/myproject/subdir/: Is a directory" all the time. So in my terminal, I opened ~/.profile and entered alias grep='grep -s' However, when I close and... (5 Replies)
Discussion started by: laredotornado
5 Replies
praliases(1)						      General Commands Manual						      praliases(1)

NAME
praliases - print system-wide sendmail aliases SYNOPSIS
file] file] [key ...] DESCRIPTION
prints out the contents of the alias data base used by to resolve system-wide mail aliases. The alias data base is built with the command or See sendmail(1M). The options are: Read the configuration file specified with this option instead of the default configuration file. Accesses the alias database built from file with the command If this option is not used, accesses the database built from the default alias file Note that accesses the database, not the alias file itself. If the alias file has changed since the alias database was last built, natu- rally the output of cannot match the contents of the alias file. Each key argument, if any, is looked up in the alias database. prints out the aliases to which each key expands in the form: where mailing list can be a comma-separated list of addresses to which the key resolves. Note can be used by privileged users only. RETURN VALUE
The utility exits with 0 on success, and >0 if an error occurs. DIAGNOSTICS
key was not found in the alias database. EXAMPLES
The output reveals that is aliased to is aliased to and that there is no alias for the key WARNINGS
Because supports NIS aliases, some NIS key-words may appear in the output. These key-words, which include and may be safely ignored; they merely indicate that is properly updating the alias database. AUTHOR
was developed by the University of California, Berkeley. FILES
default alias file default alias database SEE ALSO
sendmail(1M). praliases(1)
All times are GMT -4. The time now is 12:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy