From c2d5c49913d87e1e86492ef90782c9c776e88508 Mon Sep 17 00:00:00 2001 From: Dov Murik Date: Tue, 13 Oct 2020 00:22:31 +0300 Subject: [PATCH] ls, stty: Remove platform-specific pages (#4620) tldr pages for `command` and `stty` in specific platforms are identical to their counterparts in the common folder. --- pages/osx/command.md | 7 ------- pages/osx/stty.md | 23 ----------------------- pages/sunos/stty.md | 23 ----------------------- 3 files changed, 53 deletions(-) delete mode 100644 pages/osx/command.md delete mode 100644 pages/osx/stty.md delete mode 100644 pages/sunos/stty.md diff --git a/pages/osx/command.md b/pages/osx/command.md deleted file mode 100644 index 1cd7922d9e..0000000000 --- a/pages/osx/command.md +++ /dev/null @@ -1,7 +0,0 @@ -# command - -> Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name. - -- Execute the ls program literally, even if an ls alias exists: - -`command {{ls}}` diff --git a/pages/osx/stty.md b/pages/osx/stty.md deleted file mode 100644 index 51a85fee33..0000000000 --- a/pages/osx/stty.md +++ /dev/null @@ -1,23 +0,0 @@ -# stty - -> Set options for a terminal device interface. - -- Display all settings for the current terminal: - -`stty -a` - -- Set the number of rows: - -`stty rows {{rows}}` - -- Set the number of columns: - -`stty cols {{cols}}` - -- Get the actual transfer speed of a device: - -`stty -f {{path/to/device_file}} speed` - -- Reset all modes to reasonable values for the current terminal: - -`stty sane` diff --git a/pages/sunos/stty.md b/pages/sunos/stty.md deleted file mode 100644 index 51a85fee33..0000000000 --- a/pages/sunos/stty.md +++ /dev/null @@ -1,23 +0,0 @@ -# stty - -> Set options for a terminal device interface. - -- Display all settings for the current terminal: - -`stty -a` - -- Set the number of rows: - -`stty rows {{rows}}` - -- Set the number of columns: - -`stty cols {{cols}}` - -- Get the actual transfer speed of a device: - -`stty -f {{path/to/device_file}} speed` - -- Reset all modes to reasonable values for the current terminal: - -`stty sane`