소스 검색

fc: add page (#2608)

Alex Larsen 6 년 전
부모
커밋
4ae6029176
2개의 변경된 파일30개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      pages/linux/fc.md
  2. 15 0
      pages/osx/fc.md

+ 15 - 0
pages/linux/fc.md

@@ -0,0 +1,15 @@
+# fc
+
+> Open the most recent command and edit it.
+
+- Open in the default system editor:
+
+`fc`
+
+- Specify an editor to open with:
+
+`fc -e {{'emacs'}}`
+
+- List recent commands from history:
+
+`fc -l`

+ 15 - 0
pages/osx/fc.md

@@ -0,0 +1,15 @@
+# fc
+
+> Open the most recent command and edit it.
+
+- Open in the default system editor:
+
+`fc`
+
+- Specify an editor to open with:
+
+`fc -e {{'emacs'}}`
+
+- List recent commands from history:
+
+`fc -l`