PRODUCTS
Products Overview
Mathematica
Mathematica for Students
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
SUPPORT
Support Overview
Knowledge Base
Learning Center
Community & Forums
Training & Free Seminars
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News & Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
Mathematica
>
Data Manipulation
>
Files
>
Mathematica Expressions in Files
>
Put (>>)
>
BUILT-IN MATHEMATICA SYMBOL
External Programs
Reading and Writing Mathematica Files
Tutorials »
|
PutAppend
OpenAppend
Export
Save
Definition
DumpSave
Get
NotebookPut
SendMail
FileExistsQ
See Also »
|
External Operations
File Operations
Files
Mathematica Expressions in Files
Mathematica Session History
Mathematica Syntax
More About »
Put
writes
expr
to a file.
Put
writes a sequence of expressions
to a file.
Put
creates an empty file with the specified name.
MORE INFORMATION
Put
starts writing output at the beginning of the file. It deletes whatever was previously in the file.
Put
inserts a newline (line feed) at the end of its output.
is equivalent to
expr
>>"
filename
"
. The double quotes can be omitted if the file name is of the form specified in "
Operator Input Forms
".
It is conventional to use names that end with
for files containing
Mathematica
input.
Put
by default writes expressions in
InputForm
.
Put
[
OutputForm
[
expr
], "
filename
"]
generates
OutputForm
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Save a computed value in a temporary file:
Set the current directory to one for temporary files:
Put
the value of
into a file:
The file now contains the value:
Reset the directory:
Save a computed value in a temporary file:
In[1]:=
Out[1]=
Set the current directory to one for temporary files:
In[2]:=
Put
the value of
into a file:
In[3]:=
The file now contains the value:
In[4]:=
Reset the directory:
In[5]:=
SEE ALSO
PutAppend
OpenAppend
Export
Save
Definition
DumpSave
Get
NotebookPut
SendMail
FileExistsQ
TUTORIALS
External Programs
Reading and Writing
Mathematica
Files
MORE ABOUT
External Operations
File Operations
Files
Mathematica
Expressions in Files
Mathematica
Session History
Mathematica
Syntax
New in 1 | Last modified in 6