Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

synce-pshortcut(1) [debian man page]

PSHORTCUT(1)						   http://synce.sourceforge.net/					      PSHORTCUT(1)

NAME
pshortcut - create a shortcut SYNOPSIS
pshortcut [-d LEVEL] [-p DEVNAME] [-h] SHORTCUT TARGET DESCRIPTION
pshortcut creates a shortcut to a file on a device connected through SynCE. Forward slashes ('/') in remote file names specified on the command line are converted to backward slashes (''). This tool must be run as the same user as the dccmd daemon. OPTIONS
-d LEVEL Set debug log level: 0 - No logging (default) 1 - Errors only 2 - Errors and warnings 3 - Everything -p DEVNAME Use the device with the given name, instead of the default. -h Display help message. SHORTCUT Full path to the new shortcut that should be created. TARGET Full path to the shortcut's target; that is, the file the shortcut should point to. AUTHOR
This manual page was written by Scott Gifford <gifford@umich.edu>. SEE ALSO
synce(1) pcp(1) pls(1) prm(1) pmkdir(1) prmdir(1) The SynCE project March 2006 PSHORTCUT(1)

Check Out this Related Man Page

PCP(1)							   http://synce.sourceforge.net/						    PCP(1)

NAME
pcp - copy files SYNOPSIS
pcp [-d LEVEL] [-p DEVNAME] [-h] [:]SOURCE [[:]DESTINATION] DESCRIPTION
pcp copies a file on a device connected through SynCE or between a device connected through SynCE and host PC. Forward slashes ('/') in remote file names specified on the command line are converted to backward slashes (''). This tool must be run as the same user as the dccmd daemon. OPTIONS
-r Copy directories recursively. -d LEVEL Set debug log level: 0 - No logging (default) 1 - Errors only 2 - Errors and warnings 3 - Everything -p DEVNAME Use the device with the given name, instead of the default. -h Display help message. [:]SOURCE Full path to the source filename. When the filename is prefixed with a colon (':'), it will be treated as a remote filename, other- wise as a local filename. [:]DESTINATION Full path to the destination filename. When the filename is prefixed with a colon (':'), it will be treated as a remote filename, otherwise as a local filename. If this parameter is omitted and the source filename is local, the local file will be copied to a file with the same name in the "My Documents" directory on the device connected through SynCE. If this parameter is omitted and the source filename is remote, the remote file will be copied to a file with the same name in the current directory. EXAMPLES
Copy a file from host computer to remote device: pcp download/game.cab ":/Temporary Files/game.cab" Copy a file from remote device to host computer: pcp ":/My Documents/snore.wav" /tmp/snore.wav Copy a file from host computer to remote device into the "My Document" folder - you can leave off the last parameter: pcp "work/mytext.txt" Copy a file from remote device to host computer into the current directory - you can leave off the last parameter: pcp ":/My Documents/snore.wav" Copy a file from one location on the remote device to another: pcp ":/My Documents/important.pwi" ":/My Documents/important.backup.pwi" AUTHOR
This manual page was written by David Eriksson <twogood@users.sourceforge.net>. SEE ALSO
synce(1) pcp(1) pls(1) prm(1) pmkdir(1) prmdir(1) The SynCE project November 2002 PCP(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Creating a Shortcut in a User Driectory

Can someone tell me how to create a shortcut within a users home directory to point to another location? P.S- And is shortcut the correct terminology? Thank you! (4 Replies)
Discussion started by: bachagalou
4 Replies

2. UNIX for Dummies Questions & Answers

shortcut in unix?

Sorry, anybody here knows how to make a shortcut in unix? Thanks. Sebastian. (4 Replies)
Discussion started by: seba
4 Replies

3. Shell Programming and Scripting

Is there a shortcut in awk?

Is there a key board shortcut in vi editor to allow me to find the next ( or { that are corresponding to the first one? Thanks! It's % sign. (1 Reply)
Discussion started by: whatisthis
1 Replies

4. UNIX for Dummies Questions & Answers

length of the string

Hi all, pls help me in finding the length of the given string, do we need to write a code seperately or is there any command?? pls help. (3 Replies)
Discussion started by: vasikaran
3 Replies

5. UNIX for Dummies Questions & Answers

CAn any1 help me pls...urgent need to pass up this monday

CAn any1 help me pls...urgent need to pass up this monday my assigment..... im new bird at unix so pls help me.... can any1 help me answer this question? 1a.What are the different type of shell available in UNIX. b.How to know which shell you are currently used? c.How to change the... (1 Reply)
Discussion started by: yeah016
1 Replies

6. UNIX for Dummies Questions & Answers

Use of ". ./dbrprofile.xx" command

Hi, Can anyone pls let me know wats the use of the command ". ./dbrprofile.xx". Thanks in advance. Regards, Deepakh. (2 Replies)
Discussion started by: Deepakh
2 Replies

7. UNIX for Dummies Questions & Answers

shortcuts

Hi, I'm new to this forum, but i'm getting to work on some unix and i like it a lot. I'm trying to figure out a way i can create a shortcut command for a long pathname for example, if i needed to access a file in a particular directory i would type "cd /sampledata/IFS/IFS_DEV/HDC/files/glitter".... (9 Replies)
Discussion started by: sd12
9 Replies

8. Solaris

iostat -nE with Hard Errors

iostat -nE returns the followings I want to know what is happening to my StorEDGE A1000? Can someone help me? It is a critical device. (1 Reply)
Discussion started by: nickychung
1 Replies

9. Filesystems, Disks and Memory

I/O Error

Filesystem /u01 indicates I/O error when accessed. After doing some research I ran iostat -eE command with the following noticeable error: sd1 Soft Errors: 66 Hard Errors: 24 Transport Errors: 24 Vendor: FUJITSU Product: MAN3367M SUN36G Revision: 1502 Serial No: 00X59717 Size:... (3 Replies)
Discussion started by: BigSky
3 Replies

10. Shell Programming and Scripting

reading .prm file

hi All, i have a file text_data.prm which contains the below data ----- $$EVENT_START_DATE=2009-07-10 09:08:18 $$DEFAULT_VALUE='' $$DEFAULT=0 $$CONNECTOR_ID=JDBC06 $$OBJECT_NAME=HSCSP_ACCOUNTING_CLASS $$OBJECT_VERB=Create $$EVENT_STATUS=0 $$EVENT_COMMENT=This event is... (4 Replies)
Discussion started by: G.K.K
4 Replies

11. UNIX for Dummies Questions & Answers

Create shortcut to a directory in unix

Hello, I am having a problem to create a shortcut in a directory linked to another directory in my home directory. For example, I would like to create a shortcut 'outputs', which directly links to the real 'outputs' in my home directory. So, I was wondering if ln is the correct command in this... (5 Replies)
Discussion started by: hemresis
5 Replies

12. UNIX for Dummies Questions & Answers

Linux shortcutkey to search specific file from a list of directory?!

Hi, I'm the new user of linux/unix. Can I ask that anybody know how to use the linux/unix shortcut key to search a specific file from a list of directory? For example, I know the file name that I want to search. But I forget which directory or location is my desired file put.Got any shortcut... (7 Replies)
Discussion started by: patrick87
7 Replies

13. Shell Programming and Scripting

Creating a shortcut

Hi, I want to match a column of one file with many others and take the average of each one and put them into one file (I know sounds complicated). so the 1st file is just a list of names that I want to match with the 2nd file that have names along with rows of values. awk... (4 Replies)
Discussion started by: kylle345
4 Replies

14. Shell Programming and Scripting

Copy real file from a shortcut preserving the time stamps and directory tree

I have directory with shorcuts of files. for example: gara@yn\short\name1 ( shortcut to gara@yn\FOLDER\OPT\GARA\1.jpg ) gara@yn\short\name2 ( shortcut to gara@yn\FOLDER\OPT\GARA\11.jpg ) gara@yn\short\name3 ( shortcut to gara@yn\MARA\URSA\2.jpg ) gara@yn\short\name4 ( shortcut to... (6 Replies)
Discussion started by: gogok_bg
6 Replies

15. Windows & DOS: Issues & Discussions

Method to run a shell script using shortcut key in keyboard with out logging to putty

Dear All, I want to run a shell script with out logging to putty but configuring it to a keyboard short cut it windows PC. Can this be done? I want this to rename a log in a specified folder in a system Thanks (8 Replies)
Discussion started by: Chi_SL
8 Replies