Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to email the current directory? Post 302824503 by Don Cragun on Friday 21st of June 2013 03:51:09 AM
Old 06-21-2013
Quote:
Originally Posted by rnmuk
Hi, I'm very new to Unix, but have been given a command to type in which is :

Code:
mail -s <email subject goes here>  <my email address> <success.txt

this command is quite a basic one and sends an email containing the contents of the file "success.txt" to whatever email I put in with the subject of the email after the -s and works fine. What I would like to do is replace the subject of the email with the current folder name, but don't want to type it in directly I want Unix to enter the follder name automatically, is this possible, maybe by using the "pwd" command?
If you're using a shell that accepts basic Bourne shell syntax (such as a Bourne shell, bash, or ksh), you can just use:
Code:
mail -s "$PWD" <my email address> <success.txt

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unable to see all file in a current directory

Hi, I am unable to see all files in a current directory when use "ls -lrt" command it is giving error message as below ( I think this current directory is having about 500 files) <CONTROL /home/ckanth/sri>ls -lrt UX:ls: ERROR: Out of memory: Insufficient or invalid memory But when i... (3 Replies)
Discussion started by: srikanthus2002
3 Replies

2. UNIX for Advanced & Expert Users

cannot determine current directory

Hi, when I execute some simple commands on my solaris system, I am getting the following warning message: Could anybody tell me what could be the reason Ex:- If I give the command, which ls Warning: cannot determine current directory ... (15 Replies)
Discussion started by: axes
15 Replies

3. Shell Programming and Scripting

filename in current directory

I want to perform a task on all the files in the current directory but I'd like to loop through them one at a time. How do I tell it to give me the first filename? (2 Replies)
Discussion started by: calgone337
2 Replies

4. Shell Programming and Scripting

non recursive search in the current directory only

Hi, Am trying for a script which should delete more than 15 days older files in my current directory.Am using the below piece of code: "find /tmp -type f -name "pattern" -mtime +15 -exec /usr/bin/ls -altr {} \;" "find /tmp -type f -name "pattern" -mtime +15 -exec /usr/bin/rm -f {} \;" ... (9 Replies)
Discussion started by: puppala
9 Replies

5. Shell Programming and Scripting

Finding files in current directory when 100,000's files in current directory

Hi All I was wondering what is the most efficient way to find files in the current directory(that may contain 100,000's files), that meets a certain specified file type and of a certain age. I have experimented with the find command in unix but it also searches all sub directories. I have... (2 Replies)
Discussion started by: kewong007
2 Replies

6. Shell Programming and Scripting

tarball of current directory

I wanna make a backup tarball. I wanna write a script that makes tarball of the current directory. There are lots of files so I cant type all files, I wanna make the tarball by excluding few files. Like there 1000 files in a directory I wanna create a tarball containing 98 files of that... (1 Reply)
Discussion started by: nishrestha
1 Replies

7. UNIX for Advanced & Expert Users

current directory in awk

Hello, I want to use the string with the current directory in my awk command. I tried: 'pwd=system("pwd")' but it doesn't work. can please help somebody? (2 Replies)
Discussion started by: daWonderer
2 Replies

8. UNIX for Dummies Questions & Answers

Current working directory

Hi all, How do I print the name of my current working directory only to screen? Not pwd! For example, if I was in /home/work I am looking for 'work' only (4 Replies)
Discussion started by: jimjam
4 Replies

9. UNIX for Dummies Questions & Answers

How to get the current directory Path?

How to get the current directory Path in your prompt? i am getting a $ mark only in my prompt? Please help me with this (3 Replies)
Discussion started by: Abhishek0683
3 Replies

10. Shell Programming and Scripting

How to send a file in UNIX through email which is created only 15 minutes before the current time?

I wanted to send an email to the client whenever there is failed record created in a /feed/HR-76/failed folder after processing of feed file. I can find out with the help of below script that what is the new file created but that file didn't make just 15 minutes before. ... (1 Reply)
Discussion started by: puneetkhullar
1 Replies
JZIP(6) 						 John's Z-code Interpreter Program						   JZIP(6)

NAME
jzip - execute Infocom v1-5 and Inform v1-5 & v8 game files SYNOPSIS
jzip [ options ] z-file-name DESCRIPTION
jzip invokes the Z-code Interpreter. REQUIREMENTS
jzip will run under most (if not all) flavors of Unix, including AIX, Solaris, SunOS, HP/UX, Linux, Free/NetBSD, IRIX, NeXT Mach, DEC OSF/1, and others. EDITING
JZip now supports arrowkey editing in UNIX. Up/Down selects the previous / next command in history Left/Right moves the cursor over the line. Backspace deletes Typing inserts under the cursor OPTIONS
-l n lines in display -c n columns in display -r n text right margin (default = 1) -t n text top margin (default = 0) -v display version information -m monochrome mode -y set Tandy bit -s n zmachine strict level, from 0 (none), 1 (report once, recommended) to 3. ENVIRONMENT
jzip looks for the environment variable INFOCOM_PATH and will use the path found there to look for the story file specified on the command line if the story file cannot be found in the current directory. CREDITS
jzip is written and maintained by John Holder (j-holder@home.com), based on the ZIP v2.0 sources by Mark Howell and Olaf 'Olsen' Barthel. AVAILABILITY
The most recent version of jzip can be downloaded from one of: http://www.jzip.sourceforge.net/ ftp://ifarchive.org/infocom/interpreters/zip/ FILES
/usr/games/jzip The Z-Code Interpreter Program /usr/lib/games/zfiles Recommended location for Zcode files RELATED USENET NEWSGROUPS
Interactive Fiction (IF) authors should check out rec.arts.int-fiction, and IF players should check out rec.games.int-fiction. 2.1 JZIP(6)
All times are GMT -4. The time now is 10:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy