The Basics

GNUplot related topics
Post Reply
User avatar
amh
Site Admin
Posts: 263
Joined: Thu Jan 06, 2022 12:35 am

The Basics

Post by amh »

1. Access working directory

Code: Select all

cd '<directory-name>'
examples:

Code: Select all

cd 'c:\data1'
- single backlash with single quote

Code: Select all

cd "c:\\data1"
- double backlash with double quote
Post Reply