forked from SysFera/vishnu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed ticket SysFera#399: renamed vishn_more to vishnu_cat
- Loading branch information
R. Chakode
authored and
kcoulomb
committed
Mar 26, 2014
1 parent
e6d615c
commit c5484c3
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ set(ALLCLI | |
rmdir | ||
chgrp | ||
chmod | ||
more | ||
cat | ||
ls | ||
cp | ||
acp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* \file more.cpp | ||
* \file cat.cpp | ||
* This file defines the VISHNU content of file command | ||
* \author Ibrahima Cisse ([email protected]) | ||
*/ | ||
|
@@ -31,7 +31,7 @@ struct ContentOfFileFunc { | |
int operator()(std::string sessionKey) { | ||
string mfileContent; | ||
|
||
int res = more(sessionKey, mpath, mfileContent); | ||
int res = cat(sessionKey, mpath, mfileContent); | ||
cout << mfileContent; | ||
return res; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters