e***e 发帖数: 38 | 1 【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
how to know who check in the lastest version of a file? thanks |
|
e***e 发帖数: 38 | 2 【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
in the c++ head we can use
#include
can anyone tell me where the 'iostream' file is if there is such a file? I can
not find it in /usr/include |
|
e***e 发帖数: 38 | 3 【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
I remember there is a command that saves all stuff you print and your program
print, i.e. , you execute that command, then the recording begins. You do
whatever you like, then execute the command again to stop recording.
Can anyone tell me what that command is? |
|
e***e 发帖数: 38 | 4 【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
I know .o.c depenndence can be written in %.c:%.o pattern
Is it possible to write a rule for filename:filename.o dependence?
something like:
TARGETS =run1 run2
$(TARGETS):%@.o <-----unfortunately it does not recognize %@.o here
$(CC) $< -o $@
Thanks |
|
e***e 发帖数: 38 | 5 【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
the file content:
**************************************
#! /bin/tcsh
ssh -T machinename <<**
****************************************
when I execute, I got the following error
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
Can anyone tell me what is wrong? Thanks
ps. my default shell is tcsh |
|
e***e 发帖数: 38 | 6 【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
Thanks |
|