如何将我的代码从 emacs 获取到 unix 服务器?
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你检查过scp吗?这是 scp 的手册页 和一个不错的 一组示例。
通常有效的事情是这样的......
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...