如何将我的代码从 emacs 获取到 unix 服务器?

发布于 2024-10-14 22:26:37 字数 233 浏览 4 评论 0原文

我已经在 emacs 中编写了一些代码,现在我尝试通过学校的 unix 大型机的安全 shell 将其放入我的目录中。我需要什么命令?

目录是:
~/1730/homework/binder_proj1

以及我需要放入其中的文件有:
程序1Math.h
程序1Math.cpp
Program1.cpp

我知道这可能非常简单,但我是第一次使用 unix,非常感谢您的建议!

I have written some code in emacs, and now I am trying to get it into my directory through a secure shell to my school's unix mainframe. What commands do I need?

the directory is:
~/1730/homework/binder_proj1

and the files I need to put in there are:
Program1Math.h
Program1Math.cpp
Program1.cpp

I know this is probably really simple, but I'm a first-time unix-user and advice would be much appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

轮廓§ 2024-10-21 22:26:37

你检查过scp吗?这是 scp 的手册页 和一个不错的 一组示例

通常有效的事情是这样的......

scp -r ~/1730/homework/binder_proj1 <username>@<server>:/path/to/dest/

Have you checked out scp? Here is the man page for scp and a nice set of examples.

What usually works is something like this...

scp -r ~/1730/homework/binder_proj1 <username>@<server>:/path/to/dest/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文